@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomPosixUserConfig extends Object implements Serializable, Cloneable, StructuredPojo
Details about the POSIX identity that is used for file system operations.
| Constructor and Description |
|---|
CustomPosixUserConfig() |
| Modifier and Type | Method and Description |
|---|---|
CustomPosixUserConfig |
clone() |
boolean |
equals(Object obj) |
Long |
getGid()
The POSIX group ID.
|
Long |
getUid()
The POSIX user ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGid(Long gid)
The POSIX group ID.
|
void |
setUid(Long uid)
The POSIX user ID.
|
String |
toString()
Returns a string representation of this object.
|
CustomPosixUserConfig |
withGid(Long gid)
The POSIX group ID.
|
CustomPosixUserConfig |
withUid(Long uid)
The POSIX user ID.
|
public void setUid(Long uid)
The POSIX user ID.
uid - The POSIX user ID.public Long getUid()
The POSIX user ID.
public CustomPosixUserConfig withUid(Long uid)
The POSIX user ID.
uid - The POSIX user ID.public void setGid(Long gid)
The POSIX group ID.
gid - The POSIX group ID.public Long getGid()
The POSIX group ID.
public CustomPosixUserConfig withGid(Long gid)
The POSIX group ID.
gid - The POSIX group ID.public String toString()
toString in class ObjectObject.toString()public CustomPosixUserConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.