@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThirdPartyJobData extends Object implements Serializable, Cloneable, StructuredPojo
Represents information about the job data for a partner action.
Constructor and Description |
---|
ThirdPartyJobData() |
Modifier and Type | Method and Description |
---|---|
ThirdPartyJobData |
clone() |
boolean |
equals(Object obj) |
ActionConfiguration |
getActionConfiguration()
Represents information about an action configuration.
|
ActionTypeId |
getActionTypeId()
Represents information about an action type.
|
AWSSessionCredentials |
getArtifactCredentials()
Represents an Amazon Web Services session credentials object.
|
String |
getContinuationToken()
A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job
asynchronously.
|
EncryptionKey |
getEncryptionKey()
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web
Services Key Management Service (Amazon Web Services KMS) key.
|
List<Artifact> |
getInputArtifacts()
The name of the artifact that is worked on by the action, if any.
|
List<Artifact> |
getOutputArtifacts()
The name of the artifact that is the result of the action, if any.
|
PipelineContext |
getPipelineContext()
Represents information about a pipeline to a job worker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActionConfiguration(ActionConfiguration actionConfiguration)
Represents information about an action configuration.
|
void |
setActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
void |
setArtifactCredentials(AWSSessionCredentials artifactCredentials)
Represents an Amazon Web Services session credentials object.
|
void |
setContinuationToken(String continuationToken)
A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job
asynchronously.
|
void |
setEncryptionKey(EncryptionKey encryptionKey)
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web
Services Key Management Service (Amazon Web Services KMS) key.
|
void |
setInputArtifacts(Collection<Artifact> inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
void |
setOutputArtifacts(Collection<Artifact> outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
void |
setPipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
|
String |
toString()
Returns a string representation of this object.
|
ThirdPartyJobData |
withActionConfiguration(ActionConfiguration actionConfiguration)
Represents information about an action configuration.
|
ThirdPartyJobData |
withActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
ThirdPartyJobData |
withArtifactCredentials(AWSSessionCredentials artifactCredentials)
Represents an Amazon Web Services session credentials object.
|
ThirdPartyJobData |
withContinuationToken(String continuationToken)
A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job
asynchronously.
|
ThirdPartyJobData |
withEncryptionKey(EncryptionKey encryptionKey)
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web
Services Key Management Service (Amazon Web Services KMS) key.
|
ThirdPartyJobData |
withInputArtifacts(Artifact... inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
ThirdPartyJobData |
withInputArtifacts(Collection<Artifact> inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
ThirdPartyJobData |
withOutputArtifacts(Artifact... outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
ThirdPartyJobData |
withOutputArtifacts(Collection<Artifact> outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
ThirdPartyJobData |
withPipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
|
public void setActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
actionTypeId
- Represents information about an action type.public ActionTypeId getActionTypeId()
Represents information about an action type.
public ThirdPartyJobData withActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
actionTypeId
- Represents information about an action type.public void setActionConfiguration(ActionConfiguration actionConfiguration)
Represents information about an action configuration.
actionConfiguration
- Represents information about an action configuration.public ActionConfiguration getActionConfiguration()
Represents information about an action configuration.
public ThirdPartyJobData withActionConfiguration(ActionConfiguration actionConfiguration)
Represents information about an action configuration.
actionConfiguration
- Represents information about an action configuration.public void setPipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
Does not include pipelineArn
and pipelineExecutionId
for ThirdParty jobs.
pipelineContext
- Represents information about a pipeline to a job worker.
Does not include pipelineArn
and pipelineExecutionId
for ThirdParty jobs.
public PipelineContext getPipelineContext()
Represents information about a pipeline to a job worker.
Does not include pipelineArn
and pipelineExecutionId
for ThirdParty jobs.
Does not include pipelineArn
and pipelineExecutionId
for ThirdParty jobs.
public ThirdPartyJobData withPipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
Does not include pipelineArn
and pipelineExecutionId
for ThirdParty jobs.
pipelineContext
- Represents information about a pipeline to a job worker.
Does not include pipelineArn
and pipelineExecutionId
for ThirdParty jobs.
public List<Artifact> getInputArtifacts()
The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
public void setInputArtifacts(Collection<Artifact> inputArtifacts)
The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
inputArtifacts
- The name of the artifact that is worked on by the action, if any. This name might be system-generated,
such as "MyApp", or it might be defined by the user when the action is created. The input artifact name
must match the name of an output artifact generated by an action in an earlier action or stage of the
pipeline.public ThirdPartyJobData withInputArtifacts(Artifact... inputArtifacts)
The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setInputArtifacts(java.util.Collection)
or withInputArtifacts(java.util.Collection)
if you want
to override the existing values.
inputArtifacts
- The name of the artifact that is worked on by the action, if any. This name might be system-generated,
such as "MyApp", or it might be defined by the user when the action is created. The input artifact name
must match the name of an output artifact generated by an action in an earlier action or stage of the
pipeline.public ThirdPartyJobData withInputArtifacts(Collection<Artifact> inputArtifacts)
The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
inputArtifacts
- The name of the artifact that is worked on by the action, if any. This name might be system-generated,
such as "MyApp", or it might be defined by the user when the action is created. The input artifact name
must match the name of an output artifact generated by an action in an earlier action or stage of the
pipeline.public List<Artifact> getOutputArtifacts()
The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.
public void setOutputArtifacts(Collection<Artifact> outputArtifacts)
The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.
outputArtifacts
- The name of the artifact that is the result of the action, if any. This name might be system-generated,
such as "MyBuiltApp", or it might be defined by the user when the action is created.public ThirdPartyJobData withOutputArtifacts(Artifact... outputArtifacts)
The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.
NOTE: This method appends the values to the existing list (if any). Use
setOutputArtifacts(java.util.Collection)
or withOutputArtifacts(java.util.Collection)
if you
want to override the existing values.
outputArtifacts
- The name of the artifact that is the result of the action, if any. This name might be system-generated,
such as "MyBuiltApp", or it might be defined by the user when the action is created.public ThirdPartyJobData withOutputArtifacts(Collection<Artifact> outputArtifacts)
The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.
outputArtifacts
- The name of the artifact that is the result of the action, if any. This name might be system-generated,
such as "MyBuiltApp", or it might be defined by the user when the action is created.public void setArtifactCredentials(AWSSessionCredentials artifactCredentials)
Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in CodePipeline.
artifactCredentials
- Represents an Amazon Web Services session credentials object. These credentials are temporary credentials
that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and
output artifacts in the S3 bucket used to store artifact for the pipeline in CodePipeline.public AWSSessionCredentials getArtifactCredentials()
Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in CodePipeline.
public ThirdPartyJobData withArtifactCredentials(AWSSessionCredentials artifactCredentials)
Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in CodePipeline.
artifactCredentials
- Represents an Amazon Web Services session credentials object. These credentials are temporary credentials
that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and
output artifacts in the S3 bucket used to store artifact for the pipeline in CodePipeline.public void setContinuationToken(String continuationToken)
A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job asynchronously.
continuationToken
- A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job
asynchronously.public String getContinuationToken()
A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job asynchronously.
public ThirdPartyJobData withContinuationToken(String continuationToken)
A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job asynchronously.
continuationToken
- A system-generated token, such as a CodeDeploy deployment ID, that a job requires to continue the job
asynchronously.public void setEncryptionKey(EncryptionKey encryptionKey)
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS) key. This is optional and might not be present.
encryptionKey
- The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an
Amazon Web Services Key Management Service (Amazon Web Services KMS) key. This is optional and might not
be present.public EncryptionKey getEncryptionKey()
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS) key. This is optional and might not be present.
public ThirdPartyJobData withEncryptionKey(EncryptionKey encryptionKey)
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS) key. This is optional and might not be present.
encryptionKey
- The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an
Amazon Web Services Key Management Service (Amazon Web Services KMS) key. This is optional and might not
be present.public String toString()
toString
in class Object
Object.toString()
public ThirdPartyJobData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.