@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SystemControl extends Object implements Serializable, Cloneable, StructuredPojo
A list of namespaced kernel parameters to set in the container. This parameter maps to Sysctls
in the Create a container section of the Docker Remote API and the --sysctl
option to docker run.
It is not recommended that you specify network-related systemControls
parameters for multiple containers
in a single task that also uses either the awsvpc
or host
network modes. When you do, the
container that is started last will determine which systemControls
parameters take effect.
Constructor and Description |
---|
SystemControl() |
Modifier and Type | Method and Description |
---|---|
SystemControl |
clone() |
boolean |
equals(Object obj) |
String |
getNamespace()
The namespaced kernel parameter to set a
value for. |
String |
getValue()
The value for the namespaced kernel parameter specifed in
namespace . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNamespace(String namespace)
The namespaced kernel parameter to set a
value for. |
void |
setValue(String value)
The value for the namespaced kernel parameter specifed in
namespace . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SystemControl |
withNamespace(String namespace)
The namespaced kernel parameter to set a
value for. |
SystemControl |
withValue(String value)
The value for the namespaced kernel parameter specifed in
namespace . |
public void setNamespace(String namespace)
The namespaced kernel parameter to set a value
for.
namespace
- The namespaced kernel parameter to set a value
for.public String getNamespace()
The namespaced kernel parameter to set a value
for.
value
for.public SystemControl withNamespace(String namespace)
The namespaced kernel parameter to set a value
for.
namespace
- The namespaced kernel parameter to set a value
for.public void setValue(String value)
The value for the namespaced kernel parameter specifed in namespace
.
value
- The value for the namespaced kernel parameter specifed in namespace
.public String getValue()
The value for the namespaced kernel parameter specifed in namespace
.
namespace
.public SystemControl withValue(String value)
The value for the namespaced kernel parameter specifed in namespace
.
value
- The value for the namespaced kernel parameter specifed in namespace
.public String toString()
toString
in class Object
Object.toString()
public SystemControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.