@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppInstanceUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAppInstanceUserResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAppInstanceUserResult |
clone() |
boolean |
equals(Object obj) |
AppInstanceUser |
getAppInstanceUser()
The name of the
AppInstanceUser . |
int |
hashCode() |
void |
setAppInstanceUser(AppInstanceUser appInstanceUser)
The name of the
AppInstanceUser . |
String |
toString()
Returns a string representation of this object.
|
DescribeAppInstanceUserResult |
withAppInstanceUser(AppInstanceUser appInstanceUser)
The name of the
AppInstanceUser . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppInstanceUser(AppInstanceUser appInstanceUser)
The name of the AppInstanceUser
.
appInstanceUser
- The name of the AppInstanceUser
.public AppInstanceUser getAppInstanceUser()
The name of the AppInstanceUser
.
AppInstanceUser
.public DescribeAppInstanceUserResult withAppInstanceUser(AppInstanceUser appInstanceUser)
The name of the AppInstanceUser
.
appInstanceUser
- The name of the AppInstanceUser
.public String toString()
toString
in class Object
Object.toString()
public DescribeAppInstanceUserResult clone()