@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The container for SnowconeDeviceConfiguration
.
Constructor and Description |
---|
DeviceConfiguration() |
Modifier and Type | Method and Description |
---|---|
DeviceConfiguration |
clone() |
boolean |
equals(Object obj) |
SnowconeDeviceConfiguration |
getSnowconeDeviceConfiguration()
Returns information about the device configuration for an AWS Snowcone job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSnowconeDeviceConfiguration(SnowconeDeviceConfiguration snowconeDeviceConfiguration)
Returns information about the device configuration for an AWS Snowcone job.
|
String |
toString()
Returns a string representation of this object.
|
DeviceConfiguration |
withSnowconeDeviceConfiguration(SnowconeDeviceConfiguration snowconeDeviceConfiguration)
Returns information about the device configuration for an AWS Snowcone job.
|
public void setSnowconeDeviceConfiguration(SnowconeDeviceConfiguration snowconeDeviceConfiguration)
Returns information about the device configuration for an AWS Snowcone job.
snowconeDeviceConfiguration
- Returns information about the device configuration for an AWS Snowcone job.public SnowconeDeviceConfiguration getSnowconeDeviceConfiguration()
Returns information about the device configuration for an AWS Snowcone job.
public DeviceConfiguration withSnowconeDeviceConfiguration(SnowconeDeviceConfiguration snowconeDeviceConfiguration)
Returns information about the device configuration for an AWS Snowcone job.
snowconeDeviceConfiguration
- Returns information about the device configuration for an AWS Snowcone job.public String toString()
toString
in class Object
Object.toString()
public DeviceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.