@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NoManagementPreference extends Object implements Serializable, Cloneable, StructuredPojo
Object containing the choice of application destination that you specify.
| Constructor and Description |
|---|
NoManagementPreference() |
| Modifier and Type | Method and Description |
|---|---|
NoManagementPreference |
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.
|
NoManagementPreference |
withTargetDestination(Collection<String> targetDestination)
The choice of application destination that you specify.
|
NoManagementPreference |
withTargetDestination(NoPreferenceTargetDestination... targetDestination)
The choice of application destination that you specify.
|
NoManagementPreference |
withTargetDestination(String... targetDestination)
The choice of application destination that you specify.
|
public List<String> getTargetDestination()
The choice of application destination that you specify.
NoPreferenceTargetDestinationpublic void setTargetDestination(Collection<String> targetDestination)
The choice of application destination that you specify.
targetDestination - The choice of application destination that you specify.NoPreferenceTargetDestinationpublic NoManagementPreference 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.NoPreferenceTargetDestinationpublic NoManagementPreference withTargetDestination(Collection<String> targetDestination)
The choice of application destination that you specify.
targetDestination - The choice of application destination that you specify.NoPreferenceTargetDestinationpublic NoManagementPreference withTargetDestination(NoPreferenceTargetDestination... targetDestination)
The choice of application destination that you specify.
targetDestination - The choice of application destination that you specify.NoPreferenceTargetDestinationpublic String toString()
toString in class ObjectObject.toString()public NoManagementPreference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.