@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnowconeDeviceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the device configuration for an AWS 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 AWS Snowcone device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWirelessConnection(WirelessConnection wirelessConnection)
Configures the wireless connection for the AWS Snowcone device.
|
String |
toString()
Returns a string representation of this object.
|
SnowconeDeviceConfiguration |
withWirelessConnection(WirelessConnection wirelessConnection)
Configures the wireless connection for the AWS Snowcone device.
|
public void setWirelessConnection(WirelessConnection wirelessConnection)
Configures the wireless connection for the AWS Snowcone device.
wirelessConnection - Configures the wireless connection for the AWS Snowcone device.public WirelessConnection getWirelessConnection()
Configures the wireless connection for the AWS Snowcone device.
public SnowconeDeviceConfiguration withWirelessConnection(WirelessConnection wirelessConnection)
Configures the wireless connection for the AWS Snowcone device.
wirelessConnection - Configures the wireless connection for the AWS Snowcone device.public String toString()
toString in class ObjectObject.toString()public SnowconeDeviceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.