@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()
ZonalStatisticspublic void setStatistics(Collection<String> statistics)
statistics - ZonalStatisticspublic 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 - ZonalStatisticspublic ZonalStatisticsConfigInput withStatistics(Collection<String> statistics)
statistics - ZonalStatisticspublic ZonalStatisticsConfigInput withStatistics(ZonalStatistics... statistics)
statistics - ZonalStatisticspublic 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 ObjectObject.toString()public ZonalStatisticsConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.