@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateMemberToJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateMemberToJobRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateMemberToJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID of the job to associate with the member.
|
String |
getIdentityStoreId()
The member's identity store ID to associate with the job.
|
String |
getJobId()
The job ID to associate with the member.
|
String |
getMembershipLevel()
The principal's membership level for the associated job.
|
String |
getPrincipalId()
The member's principal ID to associate with the job.
|
String |
getPrincipalType()
The member's principal type to associate with the job.
|
String |
getQueueId()
The queue ID to associate to the member.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID of the job to associate with the member.
|
void |
setIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the job.
|
void |
setJobId(String jobId)
The job ID to associate with the member.
|
void |
setMembershipLevel(String membershipLevel)
The principal's membership level for the associated job.
|
void |
setPrincipalId(String principalId)
The member's principal ID to associate with the job.
|
void |
setPrincipalType(String principalType)
The member's principal type to associate with the job.
|
void |
setQueueId(String queueId)
The queue ID to associate to the member.
|
String |
toString()
Returns a string representation of this object.
|
AssociateMemberToJobRequest |
withFarmId(String farmId)
The farm ID of the job to associate with the member.
|
AssociateMemberToJobRequest |
withIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the job.
|
AssociateMemberToJobRequest |
withJobId(String jobId)
The job ID to associate with the member.
|
AssociateMemberToJobRequest |
withMembershipLevel(MembershipLevel membershipLevel)
The principal's membership level for the associated job.
|
AssociateMemberToJobRequest |
withMembershipLevel(String membershipLevel)
The principal's membership level for the associated job.
|
AssociateMemberToJobRequest |
withPrincipalId(String principalId)
The member's principal ID to associate with the job.
|
AssociateMemberToJobRequest |
withPrincipalType(PrincipalType principalType)
The member's principal type to associate with the job.
|
AssociateMemberToJobRequest |
withPrincipalType(String principalType)
The member's principal type to associate with the job.
|
AssociateMemberToJobRequest |
withQueueId(String queueId)
The queue ID to associate to the member.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFarmId(String farmId)
The farm ID of the job to associate with the member.
farmId
- The farm ID of the job to associate with the member.public String getFarmId()
The farm ID of the job to associate with the member.
public AssociateMemberToJobRequest withFarmId(String farmId)
The farm ID of the job to associate with the member.
farmId
- The farm ID of the job to associate with the member.public void setIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the job.
identityStoreId
- The member's identity store ID to associate with the job.public String getIdentityStoreId()
The member's identity store ID to associate with the job.
public AssociateMemberToJobRequest withIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the job.
identityStoreId
- The member's identity store ID to associate with the job.public void setJobId(String jobId)
The job ID to associate with the member.
jobId
- The job ID to associate with the member.public String getJobId()
The job ID to associate with the member.
public AssociateMemberToJobRequest withJobId(String jobId)
The job ID to associate with the member.
jobId
- The job ID to associate with the member.public void setMembershipLevel(String membershipLevel)
The principal's membership level for the associated job.
membershipLevel
- The principal's membership level for the associated job.MembershipLevel
public String getMembershipLevel()
The principal's membership level for the associated job.
MembershipLevel
public AssociateMemberToJobRequest withMembershipLevel(String membershipLevel)
The principal's membership level for the associated job.
membershipLevel
- The principal's membership level for the associated job.MembershipLevel
public AssociateMemberToJobRequest withMembershipLevel(MembershipLevel membershipLevel)
The principal's membership level for the associated job.
membershipLevel
- The principal's membership level for the associated job.MembershipLevel
public void setPrincipalId(String principalId)
The member's principal ID to associate with the job.
principalId
- The member's principal ID to associate with the job.public String getPrincipalId()
The member's principal ID to associate with the job.
public AssociateMemberToJobRequest withPrincipalId(String principalId)
The member's principal ID to associate with the job.
principalId
- The member's principal ID to associate with the job.public void setPrincipalType(String principalType)
The member's principal type to associate with the job.
principalType
- The member's principal type to associate with the job.PrincipalType
public String getPrincipalType()
The member's principal type to associate with the job.
PrincipalType
public AssociateMemberToJobRequest withPrincipalType(String principalType)
The member's principal type to associate with the job.
principalType
- The member's principal type to associate with the job.PrincipalType
public AssociateMemberToJobRequest withPrincipalType(PrincipalType principalType)
The member's principal type to associate with the job.
principalType
- The member's principal type to associate with the job.PrincipalType
public void setQueueId(String queueId)
The queue ID to associate to the member.
queueId
- The queue ID to associate to the member.public String getQueueId()
The queue ID to associate to the member.
public AssociateMemberToJobRequest withQueueId(String queueId)
The queue ID to associate to the member.
queueId
- The queue ID to associate to the member.public String toString()
toString
in class Object
Object.toString()
public AssociateMemberToJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()