ToCopyableBuilder<ListRemoteAccessSessionsResponse.Builder,ListRemoteAccessSessionsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListRemoteAccessSessionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListRemoteAccessSessionsResponse.Builder,ListRemoteAccessSessionsResponse>
Represents the response from the server after AWS Device Farm makes a request to return information about the remote access session.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListRemoteAccessSessionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListRemoteAccessSessionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
List<RemoteAccessSession> |
remoteAccessSessions() |
A container representing the metadata from the service about each remote access session you are requesting.
|
static Class<? extends ListRemoteAccessSessionsResponse.Builder> |
serializableBuilderClass() |
|
ListRemoteAccessSessionsResponse.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 List<RemoteAccessSession> remoteAccessSessions()
A container representing the metadata from the service about each remote access session you are requesting.
public String nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListRemoteAccessSessionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListRemoteAccessSessionsResponse.Builder,ListRemoteAccessSessionsResponse>
public static ListRemoteAccessSessionsResponse.Builder builder()
public static Class<? extends ListRemoteAccessSessionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.