@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EphemeralStorage extends Object implements Serializable, Cloneable, StructuredPojo
The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.
| Constructor and Description |
|---|
EphemeralStorage() |
| Modifier and Type | Method and Description |
|---|---|
EphemeralStorage |
clone() |
boolean |
equals(Object obj) |
Integer |
getSize()
The size of the function’s /tmp directory.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSize(Integer size)
The size of the function’s /tmp directory.
|
String |
toString()
Returns a string representation of this object.
|
EphemeralStorage |
withSize(Integer size)
The size of the function’s /tmp directory.
|
public void setSize(Integer size)
The size of the function’s /tmp directory.
size - The size of the function’s /tmp directory.public Integer getSize()
The size of the function’s /tmp directory.
public EphemeralStorage withSize(Integer size)
The size of the function’s /tmp directory.
size - The size of the function’s /tmp directory.public String toString()
toString in class ObjectObject.toString()public EphemeralStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.