Class AssociateMemberToJobRequest
- 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.AssociateMemberToJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssociateMemberToJobRequest.Builder,AssociateMemberToJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class AssociateMemberToJobRequest extends DeadlineRequest implements ToCopyableBuilder<AssociateMemberToJobRequest.Builder,AssociateMemberToJobRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociateMemberToJobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssociateMemberToJobRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfarmId()The farm ID of the job 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 job.StringjobId()The job ID to associate with the member.MembershipLevelmembershipLevel()The principal's membership level for the associated job.StringmembershipLevelAsString()The principal's membership level for the associated job.StringprincipalId()The member's principal ID to associate with the job.PrincipalTypeprincipalType()The member's principal type to associate with the job.StringprincipalTypeAsString()The member's principal type to associate with the job.StringqueueId()The queue ID to associate to the member.List<SdkField<?>>sdkFields()static Class<? extends AssociateMemberToJobRequest.Builder>serializableBuilderClass()AssociateMemberToJobRequest.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 job to associate with the member.
- Returns:
- The farm ID of the job to associate with the member.
-
identityStoreId
public final String identityStoreId()
The member's identity store ID to associate with the job.
- Returns:
- The member's identity store ID to associate with the job.
-
jobId
public final String jobId()
The job ID to associate with the member.
- Returns:
- The job ID to associate with the member.
-
membershipLevel
public final MembershipLevel membershipLevel()
The principal's membership level for the associated job.
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 job.
- See Also:
MembershipLevel
-
membershipLevelAsString
public final String membershipLevelAsString()
The principal's membership level for the associated job.
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 job.
- See Also:
MembershipLevel
-
principalId
public final String principalId()
The member's principal ID to associate with the job.
- Returns:
- The member's principal ID to associate with the job.
-
principalType
public final PrincipalType principalType()
The member's principal type to associate with the job.
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 job.
- See Also:
PrincipalType
-
principalTypeAsString
public final String principalTypeAsString()
The member's principal type to associate with the job.
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 job.
- See Also:
PrincipalType
-
queueId
public final String queueId()
The queue ID to associate to the member.
- Returns:
- The queue ID to associate to the member.
-
toBuilder
public AssociateMemberToJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateMemberToJobRequest.Builder,AssociateMemberToJobRequest>- Specified by:
toBuilderin classDeadlineRequest
-
builder
public static AssociateMemberToJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociateMemberToJobRequest.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
-
-