@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ulimit extends Object implements Serializable, Cloneable, StructuredPojo
The ulimit
settings to pass to the container.
This object isn't applicable to jobs that are running on Fargate resources.
Constructor and Description |
---|
Ulimit() |
Modifier and Type | Method and Description |
---|---|
Ulimit |
clone() |
boolean |
equals(Object obj) |
Integer |
getHardLimit()
The hard limit for the
ulimit type. |
String |
getName()
The
type of the ulimit . |
Integer |
getSoftLimit()
The soft limit for the
ulimit type. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHardLimit(Integer hardLimit)
The hard limit for the
ulimit type. |
void |
setName(String name)
The
type of the ulimit . |
void |
setSoftLimit(Integer softLimit)
The soft limit for the
ulimit type. |
String |
toString()
Returns a string representation of this object.
|
Ulimit |
withHardLimit(Integer hardLimit)
The hard limit for the
ulimit type. |
Ulimit |
withName(String name)
The
type of the ulimit . |
Ulimit |
withSoftLimit(Integer softLimit)
The soft limit for the
ulimit type. |
public void setHardLimit(Integer hardLimit)
The hard limit for the ulimit
type.
hardLimit
- The hard limit for the ulimit
type.public Integer getHardLimit()
The hard limit for the ulimit
type.
ulimit
type.public Ulimit withHardLimit(Integer hardLimit)
The hard limit for the ulimit
type.
hardLimit
- The hard limit for the ulimit
type.public void setName(String name)
The type
of the ulimit
.
name
- The type
of the ulimit
.public String getName()
The type
of the ulimit
.
type
of the ulimit
.public Ulimit withName(String name)
The type
of the ulimit
.
name
- The type
of the ulimit
.public void setSoftLimit(Integer softLimit)
The soft limit for the ulimit
type.
softLimit
- The soft limit for the ulimit
type.public Integer getSoftLimit()
The soft limit for the ulimit
type.
ulimit
type.public Ulimit withSoftLimit(Integer softLimit)
The soft limit for the ulimit
type.
softLimit
- The soft limit for the ulimit
type.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.