@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationPreferences extends Object implements Serializable, Cloneable, StructuredPojo
Application preferences that you specify.
| Constructor and Description | 
|---|
| ApplicationPreferences() | 
| Modifier and Type | Method and Description | 
|---|---|
| ApplicationPreferences | clone() | 
| boolean | equals(Object obj) | 
| ManagementPreference | getManagementPreference()
 Application preferences that you specify to prefer managed environment. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setManagementPreference(ManagementPreference managementPreference)
 Application preferences that you specify to prefer managed environment. | 
| String | toString()Returns a string representation of this object. | 
| ApplicationPreferences | withManagementPreference(ManagementPreference managementPreference)
 Application preferences that you specify to prefer managed environment. | 
public void setManagementPreference(ManagementPreference managementPreference)
Application preferences that you specify to prefer managed environment.
managementPreference - Application preferences that you specify to prefer managed environment.public ManagementPreference getManagementPreference()
Application preferences that you specify to prefer managed environment.
public ApplicationPreferences withManagementPreference(ManagementPreference managementPreference)
Application preferences that you specify to prefer managed environment.
managementPreference - Application preferences that you specify to prefer managed environment.public String toString()
toString in class ObjectObject.toString()public ApplicationPreferences clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.