Class GetDevicePoolCompatibilityResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the result of describe device pool compatibility request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about compatible devices.Information about incompatible devices.inthashCode()voidsetCompatibleDevices(Collection<DevicePoolCompatibilityResult> compatibleDevices) Information about compatible devices.voidsetIncompatibleDevices(Collection<DevicePoolCompatibilityResult> incompatibleDevices) Information about incompatible devices.toString()Returns a string representation of this object; useful for testing and debugging.withCompatibleDevices(DevicePoolCompatibilityResult... compatibleDevices) Information about compatible devices.withCompatibleDevices(Collection<DevicePoolCompatibilityResult> compatibleDevices) Information about compatible devices.withIncompatibleDevices(DevicePoolCompatibilityResult... incompatibleDevices) Information about incompatible devices.withIncompatibleDevices(Collection<DevicePoolCompatibilityResult> incompatibleDevices) Information about incompatible devices.
-
Constructor Details
-
GetDevicePoolCompatibilityResult
public GetDevicePoolCompatibilityResult()
-
-
Method Details
-
getCompatibleDevices
Information about compatible devices.
- Returns:
- Information about compatible devices.
-
setCompatibleDevices
Information about compatible devices.
- Parameters:
compatibleDevices- Information about compatible devices.
-
withCompatibleDevices
public GetDevicePoolCompatibilityResult withCompatibleDevices(DevicePoolCompatibilityResult... compatibleDevices) Information about compatible devices.
NOTE: This method appends the values to the existing list (if any). Use
setCompatibleDevices(java.util.Collection)orwithCompatibleDevices(java.util.Collection)if you want to override the existing values.- Parameters:
compatibleDevices- Information about compatible devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCompatibleDevices
public GetDevicePoolCompatibilityResult withCompatibleDevices(Collection<DevicePoolCompatibilityResult> compatibleDevices) Information about compatible devices.
- Parameters:
compatibleDevices- Information about compatible devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getIncompatibleDevices
Information about incompatible devices.
- Returns:
- Information about incompatible devices.
-
setIncompatibleDevices
Information about incompatible devices.
- Parameters:
incompatibleDevices- Information about incompatible devices.
-
withIncompatibleDevices
public GetDevicePoolCompatibilityResult withIncompatibleDevices(DevicePoolCompatibilityResult... incompatibleDevices) Information about incompatible devices.
NOTE: This method appends the values to the existing list (if any). Use
setIncompatibleDevices(java.util.Collection)orwithIncompatibleDevices(java.util.Collection)if you want to override the existing values.- Parameters:
incompatibleDevices- Information about incompatible devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withIncompatibleDevices
public GetDevicePoolCompatibilityResult withIncompatibleDevices(Collection<DevicePoolCompatibilityResult> incompatibleDevices) Information about incompatible devices.
- Parameters:
incompatibleDevices- Information about incompatible devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-