ToCopyableBuilder<GetRemoteAccessSessionResponse.Builder,GetRemoteAccessSessionResponse>
@Generated("software.amazon.awssdk:codegen") public class GetRemoteAccessSessionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetRemoteAccessSessionResponse.Builder,GetRemoteAccessSessionResponse>
Represents the response from the server that lists detailed information about the remote access session.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetRemoteAccessSessionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetRemoteAccessSessionResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
RemoteAccessSession |
remoteAccessSession() |
A container that lists detailed information about the remote access session.
|
static Class<? extends GetRemoteAccessSessionResponse.Builder> |
serializableBuilderClass() |
|
GetRemoteAccessSessionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public RemoteAccessSession remoteAccessSession()
A container that lists detailed information about the remote access session.
public GetRemoteAccessSessionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetRemoteAccessSessionResponse.Builder,GetRemoteAccessSessionResponse>
public static GetRemoteAccessSessionResponse.Builder builder()
public static Class<? extends GetRemoteAccessSessionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.