@Generated(value="software.amazon.awssdk:codegen") public class Ulimit extends Object implements StructuredPojo, ToCopyableBuilder<Ulimit.Builder,Ulimit>
The ulimit settings to pass to the container.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Ulimit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Ulimit.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Integer |
hardLimit()
The hard limit for the
ulimit type. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name()
The
type of the ulimit. |
static Class<? extends Ulimit.Builder> |
serializableBuilderClass() |
Integer |
softLimit()
The soft limit for the
ulimit type. |
Ulimit.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Integer hardLimit()
The hard limit for the ulimit type.
ulimit type.public String name()
The type of the ulimit.
type of the ulimit.public Integer softLimit()
The soft limit for the ulimit type.
ulimit type.public Ulimit.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Ulimit.Builder,Ulimit>public static Ulimit.Builder builder()
public static Class<? extends Ulimit.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.