@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDevicesInPlacementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDevicesInPlacementResult() |
Modifier and Type | Method and Description |
---|---|
GetDevicesInPlacementResult |
addDevicesEntry(String key,
String value)
Add a single Devices entry
|
GetDevicesInPlacementResult |
clearDevicesEntries()
Removes all the entries added into Devices.
|
GetDevicesInPlacementResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getDevices()
An object containing the devices (zero or more) within the placement.
|
int |
hashCode() |
void |
setDevices(Map<String,String> devices)
An object containing the devices (zero or more) within the placement.
|
String |
toString()
Returns a string representation of this object.
|
GetDevicesInPlacementResult |
withDevices(Map<String,String> devices)
An object containing the devices (zero or more) within the placement.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getDevices()
An object containing the devices (zero or more) within the placement.
public void setDevices(Map<String,String> devices)
An object containing the devices (zero or more) within the placement.
devices
- An object containing the devices (zero or more) within the placement.public GetDevicesInPlacementResult withDevices(Map<String,String> devices)
An object containing the devices (zero or more) within the placement.
devices
- An object containing the devices (zero or more) within the placement.public GetDevicesInPlacementResult addDevicesEntry(String key, String value)
public GetDevicesInPlacementResult clearDevicesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetDevicesInPlacementResult clone()