Class AssociateMemberToQueueRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.deadline.model.DeadlineRequest
-
- software.amazon.awssdk.services.deadline.model.AssociateMemberToQueueRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssociateMemberToQueueRequest.Builder,AssociateMemberToQueueRequest>
@Generated("software.amazon.awssdk:codegen") public final class AssociateMemberToQueueRequest extends DeadlineRequest implements ToCopyableBuilder<AssociateMemberToQueueRequest.Builder,AssociateMemberToQueueRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociateMemberToQueueRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssociateMemberToQueueRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfarmId()The farm ID of the queue to associate with the member.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityStoreId()The member's identity store ID to associate with the queue.MembershipLevelmembershipLevel()The principal's membership level for the associated queue.StringmembershipLevelAsString()The principal's membership level for the associated queue.StringprincipalId()The member's principal ID to associate with the queue.PrincipalTypeprincipalType()The member's principal type to associate with the queue.StringprincipalTypeAsString()The member's principal type to associate with the queue.StringqueueId()The ID of the queue to associate to the member.List<SdkField<?>>sdkFields()static Class<? extends AssociateMemberToQueueRequest.Builder>serializableBuilderClass()AssociateMemberToQueueRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
farmId
public final String farmId()
The farm ID of the queue to associate with the member.
- Returns:
- The farm ID of the queue to associate with the member.
-
identityStoreId
public final String identityStoreId()
The member's identity store ID to associate with the queue.
- Returns:
- The member's identity store ID to associate with the queue.
-
membershipLevel
public final MembershipLevel membershipLevel()
The principal's membership level for the associated queue.
If the service returns an enum value that is not available in the current SDK version,
membershipLevelwill returnMembershipLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommembershipLevelAsString().- Returns:
- The principal's membership level for the associated queue.
- See Also:
MembershipLevel
-
membershipLevelAsString
public final String membershipLevelAsString()
The principal's membership level for the associated queue.
If the service returns an enum value that is not available in the current SDK version,
membershipLevelwill returnMembershipLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommembershipLevelAsString().- Returns:
- The principal's membership level for the associated queue.
- See Also:
MembershipLevel
-
principalId
public final String principalId()
The member's principal ID to associate with the queue.
- Returns:
- The member's principal ID to associate with the queue.
-
principalType
public final PrincipalType principalType()
The member's principal type to associate with the queue.
If the service returns an enum value that is not available in the current SDK version,
principalTypewill returnPrincipalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprincipalTypeAsString().- Returns:
- The member's principal type to associate with the queue.
- See Also:
PrincipalType
-
principalTypeAsString
public final String principalTypeAsString()
The member's principal type to associate with the queue.
If the service returns an enum value that is not available in the current SDK version,
principalTypewill returnPrincipalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprincipalTypeAsString().- Returns:
- The member's principal type to associate with the queue.
- See Also:
PrincipalType
-
queueId
public final String queueId()
The ID of the queue to associate to the member.
- Returns:
- The ID of the queue to associate to the member.
-
toBuilder
public AssociateMemberToQueueRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateMemberToQueueRequest.Builder,AssociateMemberToQueueRequest>- Specified by:
toBuilderin classDeadlineRequest
-
builder
public static AssociateMemberToQueueRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociateMemberToQueueRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-