ToCopyableBuilder<DescribeVTLDevicesResponse.Builder,DescribeVTLDevicesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeVTLDevicesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeVTLDevicesResponse.Builder,DescribeVTLDevicesResponse>
DescribeVTLDevicesOutput
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeVTLDevicesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeVTLDevicesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
gatewayARN() |
|
int |
hashCode() |
|
String |
marker() |
An opaque string that indicates the position at which the VTL devices that were fetched for description ended.
|
static Class<? extends DescribeVTLDevicesResponse.Builder> |
serializableBuilderClass() |
|
DescribeVTLDevicesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<VTLDevice> |
vtlDevices() |
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String gatewayARN()
public List<VTLDevice> vtlDevices()
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
public String marker()
An opaque string that indicates the position at which the VTL devices that were fetched for description ended. Use the marker in your next request to fetch the next set of VTL devices in the list. If there are no more VTL devices to describe, this field does not appear in the response.
public DescribeVTLDevicesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeVTLDevicesResponse.Builder,DescribeVTLDevicesResponse>
public static DescribeVTLDevicesResponse.Builder builder()
public static Class<? extends DescribeVTLDevicesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.