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