@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StackConfigInput() |
| Modifier and Type | Method and Description |
|---|---|
StackConfigInput |
clone() |
boolean |
equals(Object obj) |
OutputResolutionStackInput |
getOutputResolution()
|
List<String> |
getTargetBands()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOutputResolution(OutputResolutionStackInput outputResolution)
|
void |
setTargetBands(Collection<String> targetBands)
|
String |
toString()
Returns a string representation of this object.
|
StackConfigInput |
withOutputResolution(OutputResolutionStackInput outputResolution)
|
StackConfigInput |
withTargetBands(Collection<String> targetBands)
|
StackConfigInput |
withTargetBands(String... targetBands)
|
public void setOutputResolution(OutputResolutionStackInput outputResolution)
outputResolution - public OutputResolutionStackInput getOutputResolution()
public StackConfigInput withOutputResolution(OutputResolutionStackInput outputResolution)
outputResolution - public void setTargetBands(Collection<String> targetBands)
targetBands - public StackConfigInput 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 StackConfigInput withTargetBands(Collection<String> targetBands)
targetBands - public String toString()
toString in class ObjectObject.toString()public StackConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.