@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnDeviceServiceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the metadata and configuration settings for services on an Amazon Web Services Snow Family device.
| Constructor and Description |
|---|
OnDeviceServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OnDeviceServiceConfiguration |
clone() |
boolean |
equals(Object obj) |
NFSOnDeviceServiceConfiguration |
getNFSOnDeviceService()
Represents the NFS (Network File System) service on a Snow Family device.
|
TGWOnDeviceServiceConfiguration |
getTGWOnDeviceService()
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNFSOnDeviceService(NFSOnDeviceServiceConfiguration nFSOnDeviceService)
Represents the NFS (Network File System) service on a Snow Family device.
|
void |
setTGWOnDeviceService(TGWOnDeviceServiceConfiguration tGWOnDeviceService)
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
|
String |
toString()
Returns a string representation of this object.
|
OnDeviceServiceConfiguration |
withNFSOnDeviceService(NFSOnDeviceServiceConfiguration nFSOnDeviceService)
Represents the NFS (Network File System) service on a Snow Family device.
|
OnDeviceServiceConfiguration |
withTGWOnDeviceService(TGWOnDeviceServiceConfiguration tGWOnDeviceService)
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
|
public void setNFSOnDeviceService(NFSOnDeviceServiceConfiguration nFSOnDeviceService)
Represents the NFS (Network File System) service on a Snow Family device.
nFSOnDeviceService - Represents the NFS (Network File System) service on a Snow Family device.public NFSOnDeviceServiceConfiguration getNFSOnDeviceService()
Represents the NFS (Network File System) service on a Snow Family device.
public OnDeviceServiceConfiguration withNFSOnDeviceService(NFSOnDeviceServiceConfiguration nFSOnDeviceService)
Represents the NFS (Network File System) service on a Snow Family device.
nFSOnDeviceService - Represents the NFS (Network File System) service on a Snow Family device.public void setTGWOnDeviceService(TGWOnDeviceServiceConfiguration tGWOnDeviceService)
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
tGWOnDeviceService - Represents the Storage Gateway service Tape Gateway type on a Snow Family device.public TGWOnDeviceServiceConfiguration getTGWOnDeviceService()
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
public OnDeviceServiceConfiguration withTGWOnDeviceService(TGWOnDeviceServiceConfiguration tGWOnDeviceService)
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
tGWOnDeviceService - Represents the Storage Gateway service Tape Gateway type on a Snow Family device.public String toString()
toString in class ObjectObject.toString()public OnDeviceServiceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.