Class PutThirdPartyJobSuccessResultRequest
- 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.PutThirdPartyJobSuccessResultRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>
@Generated("software.amazon.awssdk:codegen") public final class PutThirdPartyJobSuccessResultRequest extends CodePipelineRequest implements ToCopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>
Represents the input of a
PutThirdPartyJobSuccessResultaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutThirdPartyJobSuccessResultRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutThirdPartyJobSuccessResultRequest.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.StringcontinuationToken()A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress.CurrentRevisioncurrentRevision()Represents information about a current revision.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExecutionDetailsexecutionDetails()The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobId()The ID of the job that successfully completed.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PutThirdPartyJobSuccessResultRequest.Builder>serializableBuilderClass()PutThirdPartyJobSuccessResultRequest.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 ID of the job that successfully completed. This is the same ID returned from
PollForThirdPartyJobs.- Returns:
- The ID of the job that successfully completed. This is the same ID returned from
PollForThirdPartyJobs.
-
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.
-
currentRevision
public final CurrentRevision currentRevision()
Represents information about a current revision.
- Returns:
- Represents information about a current revision.
-
continuationToken
public final String continuationToken()
A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.
- Returns:
- A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.
-
executionDetails
public final ExecutionDetails executionDetails()
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
- Returns:
- The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
-
toBuilder
public PutThirdPartyJobSuccessResultRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>- Specified by:
toBuilderin classCodePipelineRequest
-
builder
public static PutThirdPartyJobSuccessResultRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutThirdPartyJobSuccessResultRequest.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
-
-