@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.
AwsManagedTargetDestination
public void setTargetDestination(Collection<String> targetDestination)
The choice of application destination that you specify.
targetDestination
- The choice of application destination that you specify.AwsManagedTargetDestination
public 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.AwsManagedTargetDestination
public AwsManagedResources withTargetDestination(Collection<String> targetDestination)
The choice of application destination that you specify.
targetDestination
- The choice of application destination that you specify.AwsManagedTargetDestination
public AwsManagedResources withTargetDestination(AwsManagedTargetDestination... targetDestination)
The choice of application destination that you specify.
targetDestination
- The choice of application destination that you specify.AwsManagedTargetDestination
public String toString()
toString
in class Object
Object.toString()
public AwsManagedResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.