@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ZonalStatisticsConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ZonalStatisticsConfigInput() |
Modifier and Type | Method and Description |
---|---|
ZonalStatisticsConfigInput |
clone() |
boolean |
equals(Object obj) |
List<String> |
getStatistics()
|
List<String> |
getTargetBands()
|
String |
getZoneS3Path()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatistics(Collection<String> statistics)
|
void |
setTargetBands(Collection<String> targetBands)
|
void |
setZoneS3Path(String zoneS3Path)
|
String |
toString()
Returns a string representation of this object.
|
ZonalStatisticsConfigInput |
withStatistics(Collection<String> statistics)
|
ZonalStatisticsConfigInput |
withStatistics(String... statistics)
|
ZonalStatisticsConfigInput |
withStatistics(ZonalStatistics... statistics)
|
ZonalStatisticsConfigInput |
withTargetBands(Collection<String> targetBands)
|
ZonalStatisticsConfigInput |
withTargetBands(String... targetBands)
|
ZonalStatisticsConfigInput |
withZoneS3Path(String zoneS3Path)
|
public List<String> getStatistics()
ZonalStatistics
public void setStatistics(Collection<String> statistics)
statistics
- ZonalStatistics
public ZonalStatisticsConfigInput withStatistics(String... statistics)
NOTE: This method appends the values to the existing list (if any). Use
setStatistics(java.util.Collection)
or withStatistics(java.util.Collection)
if you want to
override the existing values.
statistics
- ZonalStatistics
public ZonalStatisticsConfigInput withStatistics(Collection<String> statistics)
statistics
- ZonalStatistics
public ZonalStatisticsConfigInput withStatistics(ZonalStatistics... statistics)
statistics
- ZonalStatistics
public void setTargetBands(Collection<String> targetBands)
targetBands
- public ZonalStatisticsConfigInput withTargetBands(String... targetBands)
NOTE: This method appends the values to the existing list (if any). Use
setTargetBands(java.util.Collection)
or withTargetBands(java.util.Collection)
if you want to
override the existing values.
targetBands
- public ZonalStatisticsConfigInput withTargetBands(Collection<String> targetBands)
targetBands
- public void setZoneS3Path(String zoneS3Path)
zoneS3Path
- public String getZoneS3Path()
public ZonalStatisticsConfigInput withZoneS3Path(String zoneS3Path)
zoneS3Path
- public String toString()
toString
in class Object
Object.toString()
public ZonalStatisticsConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.