@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LinuxParameters extends Object implements Serializable, Cloneable, StructuredPojo
Linux-specific options that are applied to the container, such as Linux KernelCapabilities.
Constructor and Description |
---|
LinuxParameters() |
Modifier and Type | Method and Description |
---|---|
LinuxParameters |
clone() |
boolean |
equals(Object obj) |
KernelCapabilities |
getCapabilities()
The Linux capabilities for the container that are added to or dropped from the default configuration provided by
Docker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCapabilities(KernelCapabilities capabilities)
The Linux capabilities for the container that are added to or dropped from the default configuration provided by
Docker.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LinuxParameters |
withCapabilities(KernelCapabilities capabilities)
The Linux capabilities for the container that are added to or dropped from the default configuration provided by
Docker.
|
public void setCapabilities(KernelCapabilities capabilities)
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
capabilities
- The Linux capabilities for the container that are added to or dropped from the default configuration
provided by Docker.public KernelCapabilities getCapabilities()
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
public LinuxParameters withCapabilities(KernelCapabilities capabilities)
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
capabilities
- The Linux capabilities for the container that are added to or dropped from the default configuration
provided by Docker.public String toString()
toString
in class Object
Object.toString()
public LinuxParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.