@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.
SelfManageTargetDestination
public void setTargetDestination(Collection<String> targetDestination)
Self-managed resources target destination.
targetDestination
- Self-managed resources target destination.SelfManageTargetDestination
public 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.SelfManageTargetDestination
public SelfManageResources withTargetDestination(Collection<String> targetDestination)
Self-managed resources target destination.
targetDestination
- Self-managed resources target destination.SelfManageTargetDestination
public SelfManageResources withTargetDestination(SelfManageTargetDestination... targetDestination)
Self-managed resources target destination.
targetDestination
- Self-managed resources target destination.SelfManageTargetDestination
public String toString()
toString
in class Object
Object.toString()
public SelfManageResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.