@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntitledApplication extends Object implements Serializable, Cloneable, StructuredPojo
The application associated to an entitlement. Access is controlled based on user attributes.
| Constructor and Description | 
|---|
| EntitledApplication() | 
| Modifier and Type | Method and Description | 
|---|---|
| EntitledApplication | clone() | 
| boolean | equals(Object obj) | 
| String | getApplicationIdentifier()
 The identifier of the application. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setApplicationIdentifier(String applicationIdentifier)
 The identifier of the application. | 
| String | toString()Returns a string representation of this object. | 
| EntitledApplication | withApplicationIdentifier(String applicationIdentifier)
 The identifier of the application. | 
public void setApplicationIdentifier(String applicationIdentifier)
The identifier of the application.
applicationIdentifier - The identifier of the application.public String getApplicationIdentifier()
The identifier of the application.
public EntitledApplication withApplicationIdentifier(String applicationIdentifier)
The identifier of the application.
applicationIdentifier - The identifier of the application.public String toString()
toString in class ObjectObject.toString()public EntitledApplication clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.