@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppInstanceUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAppInstanceUserResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAppInstanceUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceUserArn()
The ARN of the
AppInstanceUser . |
int |
hashCode() |
void |
setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser . |
String |
toString()
Returns a string representation of this object.
|
UpdateAppInstanceUserResult |
withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateAppInstanceUserResult withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser
.
appInstanceUserArn
- The ARN of the AppInstanceUser
.public String toString()
toString
in class Object
Object.toString()
public UpdateAppInstanceUserResult clone()