@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WirelessConnection extends Object implements Serializable, Cloneable, StructuredPojo
Configures the wireless connection on an AWS Snowcone device.
Constructor and Description |
---|
WirelessConnection() |
Modifier and Type | Method and Description |
---|---|
WirelessConnection |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsWifiEnabled()
Enables the Wi-Fi adapter on an AWS Snowcone device.
|
int |
hashCode() |
Boolean |
isWifiEnabled()
Enables the Wi-Fi adapter on an AWS Snowcone device.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIsWifiEnabled(Boolean isWifiEnabled)
Enables the Wi-Fi adapter on an AWS Snowcone device.
|
String |
toString()
Returns a string representation of this object.
|
WirelessConnection |
withIsWifiEnabled(Boolean isWifiEnabled)
Enables the Wi-Fi adapter on an AWS Snowcone device.
|
public void setIsWifiEnabled(Boolean isWifiEnabled)
Enables the Wi-Fi adapter on an AWS Snowcone device.
isWifiEnabled
- Enables the Wi-Fi adapter on an AWS Snowcone device.public Boolean getIsWifiEnabled()
Enables the Wi-Fi adapter on an AWS Snowcone device.
public WirelessConnection withIsWifiEnabled(Boolean isWifiEnabled)
Enables the Wi-Fi adapter on an AWS Snowcone device.
isWifiEnabled
- Enables the Wi-Fi adapter on an AWS Snowcone device.public Boolean isWifiEnabled()
Enables the Wi-Fi adapter on an AWS Snowcone device.
public String toString()
toString
in class Object
Object.toString()
public WirelessConnection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.