public class CreateEnvironmentRequest extends GenericModel
Constructor and Description |
---|
CreateEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.Long |
getSize()
Gets the size.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setSize(long size)
Sets the size.
|
equals, hashCode, toString
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.Long getSize()
public void setName(java.lang.String name)
name
- the new namepublic void setDescription(java.lang.String description)
description
- the new descriptionpublic void setSize(long size)
size
- the new size