@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceUserSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the details of an AppInstanceUser.
| Constructor and Description |
|---|
AppInstanceUserSummary() |
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUserSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceUserArn()
The ARN of the
AppInstanceUser. |
String |
getMetadata()
The metadata of the
AppInstanceUser. |
String |
getName()
The name of an
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 |
setMetadata(String metadata)
The metadata of the
AppInstanceUser. |
void |
setName(String name)
The name of an
AppInstanceUser. |
String |
toString()
Returns a string representation of this object.
|
AppInstanceUserSummary |
withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
AppInstanceUserSummary |
withMetadata(String metadata)
The metadata of the
AppInstanceUser. |
AppInstanceUserSummary |
withName(String name)
The name of an
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 AppInstanceUserSummary withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.public void setName(String name)
The name of an AppInstanceUser.
name - The name of an AppInstanceUser.public String getName()
The name of an AppInstanceUser.
AppInstanceUser.public AppInstanceUserSummary withName(String name)
The name of an AppInstanceUser.
name - The name of an 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 AppInstanceUserSummary withMetadata(String metadata)
The metadata of the AppInstanceUser.
metadata - The metadata of the AppInstanceUser.public String toString()
toString in class ObjectObject.toString()public AppInstanceUserSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.