@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnowconeDeviceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the device configuration for an Snowcone job.
| Constructor and Description |
|---|
SnowconeDeviceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SnowconeDeviceConfiguration |
clone() |
boolean |
equals(Object obj) |
WirelessConnection |
getWirelessConnection()
Configures the wireless connection for the Snowcone device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setWirelessConnection(WirelessConnection wirelessConnection)
Configures the wireless connection for the Snowcone device.
|
String |
toString()
Returns a string representation of this object.
|
SnowconeDeviceConfiguration |
withWirelessConnection(WirelessConnection wirelessConnection)
Configures the wireless connection for the Snowcone device.
|
public void setWirelessConnection(WirelessConnection wirelessConnection)
Configures the wireless connection for the Snowcone device.
wirelessConnection - Configures the wireless connection for the Snowcone device.public WirelessConnection getWirelessConnection()
Configures the wireless connection for the Snowcone device.
public SnowconeDeviceConfiguration withWirelessConnection(WirelessConnection wirelessConnection)
Configures the wireless connection for the Snowcone device.
wirelessConnection - Configures the wireless connection for the Snowcone device.public String toString()
toString in class ObjectObject.toString()public SnowconeDeviceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.