@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnDeviceServiceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents metadata and configuration settings for services on an AWS Snow Family device.
Constructor and Description |
---|
OnDeviceServiceConfiguration() |
Modifier and Type | Method and Description |
---|---|
OnDeviceServiceConfiguration |
clone() |
boolean |
equals(Object obj) |
NFSOnDeviceServiceConfiguration |
getNFSOnDeviceService()
Represents the NFS service on a Snow Family device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNFSOnDeviceService(NFSOnDeviceServiceConfiguration nFSOnDeviceService)
Represents the NFS service on a Snow Family device.
|
String |
toString()
Returns a string representation of this object.
|
OnDeviceServiceConfiguration |
withNFSOnDeviceService(NFSOnDeviceServiceConfiguration nFSOnDeviceService)
Represents the NFS service on a Snow Family device.
|
public void setNFSOnDeviceService(NFSOnDeviceServiceConfiguration nFSOnDeviceService)
Represents the NFS service on a Snow Family device.
nFSOnDeviceService
- Represents the NFS service on a Snow Family device.public NFSOnDeviceServiceConfiguration getNFSOnDeviceService()
Represents the NFS service on a Snow Family device.
public OnDeviceServiceConfiguration withNFSOnDeviceService(NFSOnDeviceServiceConfiguration nFSOnDeviceService)
Represents the NFS service on a Snow Family device.
nFSOnDeviceService
- Represents the NFS service on a Snow Family device.public String toString()
toString
in class Object
Object.toString()
public OnDeviceServiceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.