@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserJobsFirst extends Object implements Serializable, Cloneable, StructuredPojo
Allows setting a specific user's job to run first.
| Constructor and Description |
|---|
UserJobsFirst() |
| Modifier and Type | Method and Description |
|---|---|
UserJobsFirst |
clone() |
boolean |
equals(Object obj) |
String |
getUserIdentityId()
The user's ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUserIdentityId(String userIdentityId)
The user's ID.
|
String |
toString()
Returns a string representation of this object.
|
UserJobsFirst |
withUserIdentityId(String userIdentityId)
The user's ID.
|
public void setUserIdentityId(String userIdentityId)
The user's ID.
userIdentityId - The user's ID.public String getUserIdentityId()
The user's ID.
public UserJobsFirst withUserIdentityId(String userIdentityId)
The user's ID.
userIdentityId - The user's ID.public String toString()
toString in class ObjectObject.toString()public UserJobsFirst clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.