@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. |
ExpirationSettings |
getExpirationSettings()
The interval after which an
AppInstanceUser is automatically deleted. |
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 |
setExpirationSettings(ExpirationSettings expirationSettings)
The interval after which an
AppInstanceUser is automatically deleted. |
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 |
withExpirationSettings(ExpirationSettings expirationSettings)
The interval after which an
AppInstanceUser is automatically deleted. |
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 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 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 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 void setExpirationSettings(ExpirationSettings expirationSettings)
The interval after which an AppInstanceUser
is automatically deleted.
expirationSettings
- The interval after which an AppInstanceUser
is automatically deleted.public ExpirationSettings getExpirationSettings()
The interval after which an AppInstanceUser
is automatically deleted.
AppInstanceUser
is automatically deleted.public AppInstanceUser withExpirationSettings(ExpirationSettings expirationSettings)
The interval after which an AppInstanceUser
is automatically deleted.
expirationSettings
- The interval after which an AppInstanceUser
is automatically deleted.public String toString()
toString
in class Object
Object.toString()
public AppInstanceUser clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.