@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEfsAccessPointPosixUserDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details for all file system operations using this Amazon EFS access point.
Constructor and Description |
---|
AwsEfsAccessPointPosixUserDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEfsAccessPointPosixUserDetails |
clone() |
boolean |
equals(Object obj) |
String |
getGid()
The POSIX group ID used for all file system operations using this access point.
|
List<String> |
getSecondaryGids()
Secondary POSIX group IDs used for all file system operations using this access point.
|
String |
getUid()
The POSIX user ID used for all file system operations using this access point.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGid(String gid)
The POSIX group ID used for all file system operations using this access point.
|
void |
setSecondaryGids(Collection<String> secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
|
void |
setUid(String uid)
The POSIX user ID used for all file system operations using this access point.
|
String |
toString()
Returns a string representation of this object.
|
AwsEfsAccessPointPosixUserDetails |
withGid(String gid)
The POSIX group ID used for all file system operations using this access point.
|
AwsEfsAccessPointPosixUserDetails |
withSecondaryGids(Collection<String> secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
|
AwsEfsAccessPointPosixUserDetails |
withSecondaryGids(String... secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
|
AwsEfsAccessPointPosixUserDetails |
withUid(String uid)
The POSIX user ID used for all file system operations using this access point.
|
public void setGid(String gid)
The POSIX group ID used for all file system operations using this access point.
gid
- The POSIX group ID used for all file system operations using this access point.public String getGid()
The POSIX group ID used for all file system operations using this access point.
public AwsEfsAccessPointPosixUserDetails withGid(String gid)
The POSIX group ID used for all file system operations using this access point.
gid
- The POSIX group ID used for all file system operations using this access point.public List<String> getSecondaryGids()
Secondary POSIX group IDs used for all file system operations using this access point.
public void setSecondaryGids(Collection<String> secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
secondaryGids
- Secondary POSIX group IDs used for all file system operations using this access point.public AwsEfsAccessPointPosixUserDetails withSecondaryGids(String... secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
NOTE: This method appends the values to the existing list (if any). Use
setSecondaryGids(java.util.Collection)
or withSecondaryGids(java.util.Collection)
if you want
to override the existing values.
secondaryGids
- Secondary POSIX group IDs used for all file system operations using this access point.public AwsEfsAccessPointPosixUserDetails withSecondaryGids(Collection<String> secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
secondaryGids
- Secondary POSIX group IDs used for all file system operations using this access point.public void setUid(String uid)
The POSIX user ID used for all file system operations using this access point.
uid
- The POSIX user ID used for all file system operations using this access point.public String getUid()
The POSIX user ID used for all file system operations using this access point.
public AwsEfsAccessPointPosixUserDetails withUid(String uid)
The POSIX user ID used for all file system operations using this access point.
uid
- The POSIX user ID used for all file system operations using this access point.public String toString()
toString
in class Object
Object.toString()
public AwsEfsAccessPointPosixUserDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.