@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelfManageResources extends Object implements Serializable, Cloneable, StructuredPojo
Self-managed resources.
| Constructor and Description |
|---|
SelfManageResources() |
| Modifier and Type | Method and Description |
|---|---|
SelfManageResources |
clone() |
boolean |
equals(Object obj) |
List<String> |
getTargetDestination()
Self-managed resources target destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTargetDestination(Collection<String> targetDestination)
Self-managed resources target destination.
|
String |
toString()
Returns a string representation of this object.
|
SelfManageResources |
withTargetDestination(Collection<String> targetDestination)
Self-managed resources target destination.
|
SelfManageResources |
withTargetDestination(SelfManageTargetDestination... targetDestination)
Self-managed resources target destination.
|
SelfManageResources |
withTargetDestination(String... targetDestination)
Self-managed resources target destination.
|
public List<String> getTargetDestination()
Self-managed resources target destination.
SelfManageTargetDestinationpublic void setTargetDestination(Collection<String> targetDestination)
Self-managed resources target destination.
targetDestination - Self-managed resources target destination.SelfManageTargetDestinationpublic SelfManageResources withTargetDestination(String... targetDestination)
Self-managed resources target destination.
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 - Self-managed resources target destination.SelfManageTargetDestinationpublic SelfManageResources withTargetDestination(Collection<String> targetDestination)
Self-managed resources target destination.
targetDestination - Self-managed resources target destination.SelfManageTargetDestinationpublic SelfManageResources withTargetDestination(SelfManageTargetDestination... targetDestination)
Self-managed resources target destination.
targetDestination - Self-managed resources target destination.SelfManageTargetDestinationpublic String toString()
toString in class ObjectObject.toString()public SelfManageResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.