@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KxNAS1Configuration extends Object implements Serializable, Cloneable, StructuredPojo
The structure containing the size and type of the network attached storage (NAS_1) file system volume.
Constructor and Description |
---|
KxNAS1Configuration() |
Modifier and Type | Method and Description |
---|---|
KxNAS1Configuration |
clone() |
boolean |
equals(Object obj) |
Integer |
getSize()
The size of the network attached storage.
|
String |
getType()
The type of the network attached storage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSize(Integer size)
The size of the network attached storage.
|
void |
setType(String type)
The type of the network attached storage.
|
String |
toString()
Returns a string representation of this object.
|
KxNAS1Configuration |
withSize(Integer size)
The size of the network attached storage.
|
KxNAS1Configuration |
withType(KxNAS1Type type)
The type of the network attached storage.
|
KxNAS1Configuration |
withType(String type)
The type of the network attached storage.
|
public void setType(String type)
The type of the network attached storage.
type
- The type of the network attached storage.KxNAS1Type
public String getType()
The type of the network attached storage.
KxNAS1Type
public KxNAS1Configuration withType(String type)
The type of the network attached storage.
type
- The type of the network attached storage.KxNAS1Type
public KxNAS1Configuration withType(KxNAS1Type type)
The type of the network attached storage.
type
- The type of the network attached storage.KxNAS1Type
public void setSize(Integer size)
The size of the network attached storage.
size
- The size of the network attached storage.public Integer getSize()
The size of the network attached storage.
public KxNAS1Configuration withSize(Integer size)
The size of the network attached storage.
size
- The size of the network attached storage.public String toString()
toString
in class Object
Object.toString()
public KxNAS1Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.