@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceUser extends Object implements Serializable, Cloneable, StructuredPojo
The details of an AppInstanceUser.
| Constructor and Description |
|---|
AppInstanceUser() |
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUser |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceUserArn()
The ARN of the
AppInstanceUser. |
Date |
getCreatedTimestamp()
The time at which the
AppInstanceUser was created. |
Date |
getLastUpdatedTimestamp()
The time at which the
AppInstanceUser was last updated. |
String |
getMetadata()
The metadata of the
AppInstanceUser. |
String |
getName()
The name of the
AppInstanceUser. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
void |
setCreatedTimestamp(Date createdTimestamp)
The time at which the
AppInstanceUser was created. |
void |
setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which the
AppInstanceUser was last updated. |
void |
setMetadata(String metadata)
The metadata of the
AppInstanceUser. |
void |
setName(String name)
The name of the
AppInstanceUser. |
String |
toString()
Returns a string representation of this object.
|
AppInstanceUser |
withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
AppInstanceUser |
withCreatedTimestamp(Date createdTimestamp)
The time at which the
AppInstanceUser was created. |
AppInstanceUser |
withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which the
AppInstanceUser was last updated. |
AppInstanceUser |
withMetadata(String metadata)
The metadata of the
AppInstanceUser. |
AppInstanceUser |
withName(String name)
The name of the
AppInstanceUser. |
public void setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.public String getAppInstanceUserArn()
The ARN of the AppInstanceUser.
AppInstanceUser.public AppInstanceUser withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.public void setName(String name)
The name of the AppInstanceUser.
name - The name of the AppInstanceUser.public String getName()
The name of the AppInstanceUser.
AppInstanceUser.public AppInstanceUser withName(String name)
The name of the AppInstanceUser.
name - The name of the AppInstanceUser.public void setCreatedTimestamp(Date createdTimestamp)
The time at which the AppInstanceUser was created.
createdTimestamp - The time at which the AppInstanceUser was created.public Date getCreatedTimestamp()
The time at which the AppInstanceUser was created.
AppInstanceUser was created.public AppInstanceUser withCreatedTimestamp(Date createdTimestamp)
The time at which the AppInstanceUser was created.
createdTimestamp - The time at which the AppInstanceUser was created.public void setMetadata(String metadata)
The metadata of the AppInstanceUser.
metadata - The metadata of the AppInstanceUser.public String getMetadata()
The metadata of the AppInstanceUser.
AppInstanceUser.public AppInstanceUser withMetadata(String metadata)
The metadata of the AppInstanceUser.
metadata - The metadata of the AppInstanceUser.public void setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which the AppInstanceUser was last updated.
lastUpdatedTimestamp - The time at which the AppInstanceUser was last updated.public Date getLastUpdatedTimestamp()
The time at which the AppInstanceUser was last updated.
AppInstanceUser was last updated.public AppInstanceUser withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which the AppInstanceUser was last updated.
lastUpdatedTimestamp - The time at which the AppInstanceUser was last updated.public String toString()
toString in class ObjectObject.toString()public AppInstanceUser clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.