@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppInstanceUserEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAppInstanceUserEndpointResult () |
| Modifier and Type | Method and Description |
|---|---|
DescribeAppInstanceUserEndpointResult |
clone () |
boolean |
equals (Object obj) |
AppInstanceUserEndpoint |
getAppInstanceUserEndpoint ()
The full details of an
AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type,
resource ARN, attributes, allow messages, state, and created and last updated timestamps. |
int |
hashCode () |
void |
setAppInstanceUserEndpoint (AppInstanceUserEndpoint appInstanceUserEndpoint)
The full details of an
AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type,
resource ARN, attributes, allow messages, state, and created and last updated timestamps. |
String |
toString ()
Returns a string representation of this object.
|
DescribeAppInstanceUserEndpointResult |
withAppInstanceUserEndpoint (AppInstanceUserEndpoint appInstanceUserEndpoint)
The full details of an
AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type,
resource ARN, attributes, allow messages, state, and created and last updated timestamps. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DescribeAppInstanceUserEndpointResult()
public void setAppInstanceUserEndpoint(AppInstanceUserEndpoint appInstanceUserEndpoint)
The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type,
resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use
epoch milliseconds.
appInstanceUserEndpoint - The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID,
name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All
timestamps use epoch milliseconds.public AppInstanceUserEndpoint getAppInstanceUserEndpoint()
The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type,
resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use
epoch milliseconds.
AppInstanceUserEndpoint: the AppInstanceUserArn, ID,
name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All
timestamps use epoch milliseconds.public DescribeAppInstanceUserEndpointResult withAppInstanceUserEndpoint(AppInstanceUserEndpoint appInstanceUserEndpoint)
The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type,
resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use
epoch milliseconds.
appInstanceUserEndpoint - The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID,
name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All
timestamps use epoch milliseconds.public String toString()
toString in class Object Object.toString() public DescribeAppInstanceUserEndpointResult clone()