@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 Object
Object.toString()
public EntitledApplication clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.