@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSigningJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartSigningJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartSigningJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
String that identifies the signing request.
|
Destination |
getDestination()
The S3 bucket in which to save your signed object.
|
String |
getProfileName()
The name of the signing profile.
|
String |
getProfileOwner()
The AWS account ID of the signing profile owner.
|
Source |
getSource()
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
String that identifies the signing request.
|
void |
setDestination(Destination destination)
The S3 bucket in which to save your signed object.
|
void |
setProfileName(String profileName)
The name of the signing profile.
|
void |
setProfileOwner(String profileOwner)
The AWS account ID of the signing profile owner.
|
void |
setSource(Source source)
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
|
String |
toString()
Returns a string representation of this object.
|
StartSigningJobRequest |
withClientRequestToken(String clientRequestToken)
String that identifies the signing request.
|
StartSigningJobRequest |
withDestination(Destination destination)
The S3 bucket in which to save your signed object.
|
StartSigningJobRequest |
withProfileName(String profileName)
The name of the signing profile.
|
StartSigningJobRequest |
withProfileOwner(String profileOwner)
The AWS account ID of the signing profile owner.
|
StartSigningJobRequest |
withSource(Source source)
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSource(Source source)
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
source
- The S3 bucket that contains the object to sign or a BLOB that contains your raw code.public Source getSource()
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
public StartSigningJobRequest withSource(Source source)
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
source
- The S3 bucket that contains the object to sign or a BLOB that contains your raw code.public void setDestination(Destination destination)
The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.
destination
- The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an
optional prefix.public Destination getDestination()
The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.
public StartSigningJobRequest withDestination(Destination destination)
The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.
destination
- The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an
optional prefix.public void setProfileName(String profileName)
The name of the signing profile.
profileName
- The name of the signing profile.public String getProfileName()
The name of the signing profile.
public StartSigningJobRequest withProfileName(String profileName)
The name of the signing profile.
profileName
- The name of the signing profile.public void setClientRequestToken(String clientRequestToken)
String that identifies the signing request. All calls after the first that use this token return the same response as the first call.
clientRequestToken
- String that identifies the signing request. All calls after the first that use this token return the same
response as the first call.public String getClientRequestToken()
String that identifies the signing request. All calls after the first that use this token return the same response as the first call.
public StartSigningJobRequest withClientRequestToken(String clientRequestToken)
String that identifies the signing request. All calls after the first that use this token return the same response as the first call.
clientRequestToken
- String that identifies the signing request. All calls after the first that use this token return the same
response as the first call.public void setProfileOwner(String profileOwner)
The AWS account ID of the signing profile owner.
profileOwner
- The AWS account ID of the signing profile owner.public String getProfileOwner()
The AWS account ID of the signing profile owner.
public StartSigningJobRequest withProfileOwner(String profileOwner)
The AWS account ID of the signing profile owner.
profileOwner
- The AWS account ID of the signing profile owner.public String toString()
toString
in class Object
Object.toString()
public StartSigningJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()