@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SecurityContext extends Object implements Serializable, Cloneable, StructuredPojo
Container security context.
Constructor and Description |
---|
SecurityContext() |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
clone() |
boolean |
equals(Object obj) |
Boolean |
getPrivileged()
Whether the container is privileged.
|
int |
hashCode() |
Boolean |
isPrivileged()
Whether the container is privileged.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPrivileged(Boolean privileged)
Whether the container is privileged.
|
String |
toString()
Returns a string representation of this object.
|
SecurityContext |
withPrivileged(Boolean privileged)
Whether the container is privileged.
|
public void setPrivileged(Boolean privileged)
Whether the container is privileged.
privileged
- Whether the container is privileged.public Boolean getPrivileged()
Whether the container is privileged.
public SecurityContext withPrivileged(Boolean privileged)
Whether the container is privileged.
privileged
- Whether the container is privileged.public Boolean isPrivileged()
Whether the container is privileged.
public String toString()
toString
in class Object
Object.toString()
public SecurityContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.