public class DescribeVTLDevicesResult extends Object implements Serializable, Cloneable
DescribeVTLDevicesOutput
Constructor and Description |
---|
DescribeVTLDevicesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVTLDevicesResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN() |
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) |
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) |
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 void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public DescribeVTLDevicesResult withGatewayARN(String gatewayARN)
gatewayARN
- public List<VTLDevice> getVTLDevices()
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
public void setVTLDevices(Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
vTLDevices
- An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.public DescribeVTLDevicesResult withVTLDevices(VTLDevice... vTLDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
NOTE: This method appends the values to the existing list (if
any). Use setVTLDevices(java.util.Collection)
or
withVTLDevices(java.util.Collection)
if you want to override the
existing values.
vTLDevices
- An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.public DescribeVTLDevicesResult withVTLDevices(Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
vTLDevices
- An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.public void setMarker(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.
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 getMarker()
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)
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.
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()
public DescribeVTLDevicesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.