@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PosixProfile extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
PosixProfile() |
Modifier and Type | Method and Description |
---|---|
PosixProfile |
clone() |
boolean |
equals(Object obj) |
Long |
getGid() |
List<Long> |
getSecondaryGids() |
Long |
getUid() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGid(Long gid) |
void |
setSecondaryGids(Collection<Long> secondaryGids) |
void |
setUid(Long uid) |
String |
toString()
Returns a string representation of this object.
|
PosixProfile |
withGid(Long gid) |
PosixProfile |
withSecondaryGids(Collection<Long> secondaryGids) |
PosixProfile |
withSecondaryGids(Long... secondaryGids)
NOTE: This method appends the values to the existing list (if any).
|
PosixProfile |
withUid(Long uid) |
public void setUid(Long uid)
uid
- public Long getUid()
public PosixProfile withUid(Long uid)
uid
- public void setGid(Long gid)
gid
- public Long getGid()
public PosixProfile withGid(Long gid)
gid
- public void setSecondaryGids(Collection<Long> secondaryGids)
secondaryGids
- public PosixProfile withSecondaryGids(Long... secondaryGids)
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
- public PosixProfile withSecondaryGids(Collection<Long> secondaryGids)
secondaryGids
- public String toString()
toString
in class Object
Object.toString()
public PosixProfile clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.