@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateMemberToQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateMemberToQueueRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateMemberToQueueRequest |
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 queue to associate with the member.
|
String |
getIdentityStoreId()
The member's identity store ID to associate with the queue.
|
String |
getMembershipLevel()
The principal's membership level for the associated queue.
|
String |
getPrincipalId()
The member's principal ID to associate with the queue.
|
String |
getPrincipalType()
The member's principal type to associate with the queue.
|
String |
getQueueId()
The ID of the queue to associate to the member.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID of the queue to associate with the member.
|
void |
setIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the queue.
|
void |
setMembershipLevel(String membershipLevel)
The principal's membership level for the associated queue.
|
void |
setPrincipalId(String principalId)
The member's principal ID to associate with the queue.
|
void |
setPrincipalType(String principalType)
The member's principal type to associate with the queue.
|
void |
setQueueId(String queueId)
The ID of the queue to associate to the member.
|
String |
toString()
Returns a string representation of this object.
|
AssociateMemberToQueueRequest |
withFarmId(String farmId)
The farm ID of the queue to associate with the member.
|
AssociateMemberToQueueRequest |
withIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the queue.
|
AssociateMemberToQueueRequest |
withMembershipLevel(MembershipLevel membershipLevel)
The principal's membership level for the associated queue.
|
AssociateMemberToQueueRequest |
withMembershipLevel(String membershipLevel)
The principal's membership level for the associated queue.
|
AssociateMemberToQueueRequest |
withPrincipalId(String principalId)
The member's principal ID to associate with the queue.
|
AssociateMemberToQueueRequest |
withPrincipalType(PrincipalType principalType)
The member's principal type to associate with the queue.
|
AssociateMemberToQueueRequest |
withPrincipalType(String principalType)
The member's principal type to associate with the queue.
|
AssociateMemberToQueueRequest |
withQueueId(String queueId)
The ID of the queue 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 queue to associate with the member.
farmId
- The farm ID of the queue to associate with the member.public String getFarmId()
The farm ID of the queue to associate with the member.
public AssociateMemberToQueueRequest withFarmId(String farmId)
The farm ID of the queue to associate with the member.
farmId
- The farm ID of the queue to associate with the member.public void setIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the queue.
identityStoreId
- The member's identity store ID to associate with the queue.public String getIdentityStoreId()
The member's identity store ID to associate with the queue.
public AssociateMemberToQueueRequest withIdentityStoreId(String identityStoreId)
The member's identity store ID to associate with the queue.
identityStoreId
- The member's identity store ID to associate with the queue.public void setMembershipLevel(String membershipLevel)
The principal's membership level for the associated queue.
membershipLevel
- The principal's membership level for the associated queue.MembershipLevel
public String getMembershipLevel()
The principal's membership level for the associated queue.
MembershipLevel
public AssociateMemberToQueueRequest withMembershipLevel(String membershipLevel)
The principal's membership level for the associated queue.
membershipLevel
- The principal's membership level for the associated queue.MembershipLevel
public AssociateMemberToQueueRequest withMembershipLevel(MembershipLevel membershipLevel)
The principal's membership level for the associated queue.
membershipLevel
- The principal's membership level for the associated queue.MembershipLevel
public void setPrincipalId(String principalId)
The member's principal ID to associate with the queue.
principalId
- The member's principal ID to associate with the queue.public String getPrincipalId()
The member's principal ID to associate with the queue.
public AssociateMemberToQueueRequest withPrincipalId(String principalId)
The member's principal ID to associate with the queue.
principalId
- The member's principal ID to associate with the queue.public void setPrincipalType(String principalType)
The member's principal type to associate with the queue.
principalType
- The member's principal type to associate with the queue.PrincipalType
public String getPrincipalType()
The member's principal type to associate with the queue.
PrincipalType
public AssociateMemberToQueueRequest withPrincipalType(String principalType)
The member's principal type to associate with the queue.
principalType
- The member's principal type to associate with the queue.PrincipalType
public AssociateMemberToQueueRequest withPrincipalType(PrincipalType principalType)
The member's principal type to associate with the queue.
principalType
- The member's principal type to associate with the queue.PrincipalType
public void setQueueId(String queueId)
The ID of the queue to associate to the member.
queueId
- The ID of the queue to associate to the member.public String getQueueId()
The ID of the queue to associate to the member.
public AssociateMemberToQueueRequest withQueueId(String queueId)
The ID of the queue to associate to the member.
queueId
- The ID of the queue to associate to the member.public String toString()
toString
in class Object
Object.toString()
public AssociateMemberToQueueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()