@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceUser extends Object implements Serializable, Cloneable, StructuredPojo
The app instance user.
| Constructor and Description |
|---|
AppInstanceUser() |
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUser |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceUserArn()
The ARN of the app instance user.
|
Date |
getCreatedTimestamp()
The time at which the app instance user was created.
|
Date |
getLastUpdatedTimestamp()
The time at which the app instance user was last updated.
|
String |
getMetadata()
The metadata of the app instance user.
|
String |
getName()
The name of the app instance user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the app instance user.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The time at which the app instance user was created.
|
void |
setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which the app instance user was last updated.
|
void |
setMetadata(String metadata)
The metadata of the app instance user.
|
void |
setName(String name)
The name of the app instance user.
|
String |
toString()
Returns a string representation of this object.
|
AppInstanceUser |
withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the app instance user.
|
AppInstanceUser |
withCreatedTimestamp(Date createdTimestamp)
The time at which the app instance user was created.
|
AppInstanceUser |
withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which the app instance user was last updated.
|
AppInstanceUser |
withMetadata(String metadata)
The metadata of the app instance user.
|
AppInstanceUser |
withName(String name)
The name of the app instance user.
|
public void setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the app instance user.
appInstanceUserArn - The ARN of the app instance user.public String getAppInstanceUserArn()
The ARN of the app instance user.
public AppInstanceUser withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the app instance user.
appInstanceUserArn - The ARN of the app instance user.public void setName(String name)
The name of the app instance user.
name - The name of the app instance user.public String getName()
The name of the app instance user.
public AppInstanceUser withName(String name)
The name of the app instance user.
name - The name of the app instance user.public void setCreatedTimestamp(Date createdTimestamp)
The time at which the app instance user was created.
createdTimestamp - The time at which the app instance user was created.public Date getCreatedTimestamp()
The time at which the app instance user was created.
public AppInstanceUser withCreatedTimestamp(Date createdTimestamp)
The time at which the app instance user was created.
createdTimestamp - The time at which the app instance user was created.public void setMetadata(String metadata)
The metadata of the app instance user.
metadata - The metadata of the app instance user.public String getMetadata()
The metadata of the app instance user.
public AppInstanceUser withMetadata(String metadata)
The metadata of the app instance user.
metadata - The metadata of the app instance user.public void setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which the app instance user was last updated.
lastUpdatedTimestamp - The time at which the app instance user was last updated.public Date getLastUpdatedTimestamp()
The time at which the app instance user was last updated.
public AppInstanceUser withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which the app instance user was last updated.
lastUpdatedTimestamp - The time at which the app instance user was last updated.public String toString()
toString in class ObjectObject.toString()public AppInstanceUser clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.