@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsManagedResources extends Object implements Serializable, Cloneable, StructuredPojo
Object containing the choice of application destination that you specify.
| Constructor and Description |
|---|
AwsManagedResources() |
| Modifier and Type | Method and Description |
|---|---|
AwsManagedResources |
clone() |
boolean |
equals(Object obj) |
List<String> |
getTargetDestination()
The choice of application destination that you specify.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTargetDestination(Collection<String> targetDestination)
The choice of application destination that you specify.
|
String |
toString()
Returns a string representation of this object.
|
AwsManagedResources |
withTargetDestination(AwsManagedTargetDestination... targetDestination)
The choice of application destination that you specify.
|
AwsManagedResources |
withTargetDestination(Collection<String> targetDestination)
The choice of application destination that you specify.
|
AwsManagedResources |
withTargetDestination(String... targetDestination)
The choice of application destination that you specify.
|
public List<String> getTargetDestination()
The choice of application destination that you specify.
AwsManagedTargetDestinationpublic void setTargetDestination(Collection<String> targetDestination)
The choice of application destination that you specify.
targetDestination - The choice of application destination that you specify.AwsManagedTargetDestinationpublic AwsManagedResources withTargetDestination(String... targetDestination)
The choice of application destination that you specify.
NOTE: This method appends the values to the existing list (if any). Use
setTargetDestination(java.util.Collection) or withTargetDestination(java.util.Collection) if
you want to override the existing values.
targetDestination - The choice of application destination that you specify.AwsManagedTargetDestinationpublic AwsManagedResources withTargetDestination(Collection<String> targetDestination)
The choice of application destination that you specify.
targetDestination - The choice of application destination that you specify.AwsManagedTargetDestinationpublic AwsManagedResources withTargetDestination(AwsManagedTargetDestination... targetDestination)
The choice of application destination that you specify.
targetDestination - The choice of application destination that you specify.AwsManagedTargetDestinationpublic String toString()
toString in class ObjectObject.toString()public AwsManagedResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.