Class GetDevicePoolCompatibilityResult
- java.lang.Object
-
- com.amazonaws.services.devicefarm.model.GetDevicePoolCompatibilityResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetDevicePoolCompatibilityResult extends Object implements Serializable, Cloneable
Represents the result of describe device pool compatibility request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetDevicePoolCompatibilityResult()
-
Method Summary
-
-
-
Method Detail
-
getCompatibleDevices
public List<DevicePoolCompatibilityResult> getCompatibleDevices()
Information about compatible devices.
- Returns:
- Information about compatible devices.
-
setCompatibleDevices
public void setCompatibleDevices(Collection<DevicePoolCompatibilityResult> compatibleDevices)
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
public List<DevicePoolCompatibilityResult> getIncompatibleDevices()
Information about incompatible devices.
- Returns:
- Information about incompatible devices.
-
setIncompatibleDevices
public void setIncompatibleDevices(Collection<DevicePoolCompatibilityResult> incompatibleDevices)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetDevicePoolCompatibilityResult clone()
-
-