public class DescribeVTLDevicesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
DescribeVTLDevicesOutput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
gatewayARN |
private java.lang.String |
marker
An opaque string that indicates the position at which the VTL devices
that were fetched for description ended.
|
private SdkInternalList<VTLDevice> |
vTLDevices
An array of VTL device objects composed of the Amazon Resource Name(ARN)
of the VTL devices.
|
Constructor and Description |
---|
DescribeVTLDevicesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVTLDevicesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayARN() |
java.lang.String |
getMarker()
An opaque string that indicates the position at which the VTL devices
that were fetched for description ended.
|
java.util.List<VTLDevice> |
getVTLDevices()
An array of VTL device objects composed of the Amazon Resource Name(ARN)
of the VTL devices.
|
int |
hashCode() |
void |
setGatewayARN(java.lang.String gatewayARN) |
void |
setMarker(java.lang.String marker)
An opaque string that indicates the position at which the VTL devices
that were fetched for description ended.
|
void |
setVTLDevices(java.util.Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN)
of the VTL devices.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVTLDevicesResult |
withGatewayARN(java.lang.String gatewayARN) |
DescribeVTLDevicesResult |
withMarker(java.lang.String marker)
An opaque string that indicates the position at which the VTL devices
that were fetched for description ended.
|
DescribeVTLDevicesResult |
withVTLDevices(java.util.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.
|
private java.lang.String gatewayARN
private SdkInternalList<VTLDevice> vTLDevices
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
private java.lang.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 void setGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public java.lang.String getGatewayARN()
public DescribeVTLDevicesResult withGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public java.util.List<VTLDevice> getVTLDevices()
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
public void setVTLDevices(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeVTLDevicesResult clone()
clone
in class java.lang.Object