Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeVTLDevicesRequest.Builder,DescribeVTLDevicesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeVTLDevicesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeVTLDevicesRequest.Builder,DescribeVTLDevicesRequest>
DescribeVTLDevicesInput
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeVTLDevicesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeVTLDevicesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
gatewayARN() |
|
int |
hashCode() |
|
Integer |
limit() |
Specifies that the number of VTL devices described be limited to the specified number.
|
String |
marker() |
An opaque string that indicates the position at which to begin describing the VTL devices.
|
static Class<? extends DescribeVTLDevicesRequest.Builder> |
serializableBuilderClass() |
|
DescribeVTLDevicesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
vtlDeviceARNs() |
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String gatewayARN()
public List<String> vtlDeviceARNs()
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.
All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.
public String marker()
An opaque string that indicates the position at which to begin describing the VTL devices.
public Integer limit()
Specifies that the number of VTL devices described be limited to the specified number.
public DescribeVTLDevicesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeVTLDevicesRequest.Builder,DescribeVTLDevicesRequest>
public static DescribeVTLDevicesRequest.Builder builder()
public static Class<? extends DescribeVTLDevicesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.