public class DescribeVTLDevicesResult extends Object implements Serializable
DescribeVTLDevicesOutput
Constructor and Description |
---|
DescribeVTLDevicesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
String |
getMarker()
An opaque string that indicates the position at which the VTL devices
that were fetched for description ended.
|
List<VTLDevice> |
getVTLDevices()
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setMarker(String marker)
An opaque string that indicates the position at which the VTL devices
that were fetched for description ended.
|
void |
setVTLDevices(Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVTLDevicesResult |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
DescribeVTLDevicesResult |
withMarker(String marker)
An opaque string that indicates the position at which the VTL devices
that were fetched for description ended.
|
DescribeVTLDevicesResult |
withVTLDevices(Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
DescribeVTLDevicesResult |
withVTLDevices(VTLDevice... vTLDevices)
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public DescribeVTLDevicesResult withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public List<VTLDevice> getVTLDevices()
public void setVTLDevices(Collection<VTLDevice> vTLDevices)
vTLDevices
- An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.public DescribeVTLDevicesResult withVTLDevices(VTLDevice... vTLDevices)
Returns a reference to this object so that method calls can be chained together.
vTLDevices
- An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.public DescribeVTLDevicesResult withVTLDevices(Collection<VTLDevice> vTLDevices)
Returns a reference to this object so that method calls can be chained together.
vTLDevices
- An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.public String getMarker()
Constraints:
Length: 1 - 1000
public void setMarker(String marker)
Constraints:
Length: 1 - 1000
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 DescribeVTLDevicesResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.