Class AcknowledgeThirdPartyJobRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest
-
- software.amazon.awssdk.services.codepipeline.model.AcknowledgeThirdPartyJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class AcknowledgeThirdPartyJobRequest extends CodePipelineRequest implements ToCopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>
Represents the input of an AcknowledgeThirdPartyJob action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAcknowledgeThirdPartyJobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AcknowledgeThirdPartyJobRequest.Builderbuilder()StringclientToken()The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobId()The unique system-generated ID of the job.Stringnonce()A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AcknowledgeThirdPartyJobRequest.Builder>serializableBuilderClass()AcknowledgeThirdPartyJobRequest.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
-
jobId
public final String jobId()
The unique system-generated ID of the job.
- Returns:
- The unique system-generated ID of the job.
-
nonce
public final String nonce()
A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.
- Returns:
- A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.
-
clientToken
public final String clientToken()
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
- Returns:
- The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
-
toBuilder
public AcknowledgeThirdPartyJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>- Specified by:
toBuilderin classCodePipelineRequest
-
builder
public static AcknowledgeThirdPartyJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AcknowledgeThirdPartyJobRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-