@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunctionRunAsConfig extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
FunctionRunAsConfig() |
Modifier and Type | Method and Description |
---|---|
FunctionRunAsConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getGid()
The group ID whose permissions are used to run a Lambda function.
|
Integer |
getUid()
The user ID whose permissions are used to run a Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGid(Integer gid)
The group ID whose permissions are used to run a Lambda function.
|
void |
setUid(Integer uid)
The user ID whose permissions are used to run a Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
FunctionRunAsConfig |
withGid(Integer gid)
The group ID whose permissions are used to run a Lambda function.
|
FunctionRunAsConfig |
withUid(Integer uid)
The user ID whose permissions are used to run a Lambda function.
|
public void setGid(Integer gid)
gid
- The group ID whose permissions are used to run a Lambda function.public Integer getGid()
public FunctionRunAsConfig withGid(Integer gid)
gid
- The group ID whose permissions are used to run a Lambda function.public void setUid(Integer uid)
uid
- The user ID whose permissions are used to run a Lambda function.public Integer getUid()
public FunctionRunAsConfig withUid(Integer uid)
uid
- The user ID whose permissions are used to run a Lambda function.public String toString()
toString
in class Object
Object.toString()
public FunctionRunAsConfig 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.