Class DescribeVTLDevicesResult
- All Implemented Interfaces:
Serializable
,Cloneable
DescribeVTLDevicesOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An opaque string that indicates the position at which the VTL devices that were fetched for description ended.An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.int
hashCode()
void
setGatewayARN
(String gatewayARN) void
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.toString()
Returns a string representation of this object; useful for testing and debugging.withGatewayARN
(String gatewayARN) withMarker
(String marker) An opaque string that indicates the position at which the VTL devices that were fetched for description ended.withVTLDevices
(VTLDevice... vTLDevices) An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.withVTLDevices
(Collection<VTLDevice> vTLDevices) An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
-
Constructor Details
-
DescribeVTLDevicesResult
public DescribeVTLDevicesResult()
-
-
Method Details
-
setGatewayARN
- Parameters:
gatewayARN
-
-
getGatewayARN
- Returns:
-
withGatewayARN
- Parameters:
gatewayARN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getVTLDevices
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
- Returns:
- An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
-
setVTLDevices
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
- Parameters:
vTLDevices
- An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
-
withVTLDevices
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)
orwithVTLDevices(java.util.Collection)
if you want to override the existing values.- Parameters:
vTLDevices
- An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVTLDevices
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
- Parameters:
vTLDevices
- An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withMarker
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-