Class StartSigningJobRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.signer.model.SignerRequest
-
- software.amazon.awssdk.services.signer.model.StartSigningJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartSigningJobRequest.Builder,StartSigningJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartSigningJobRequest extends SignerRequest implements ToCopyableBuilder<StartSigningJobRequest.Builder,StartSigningJobRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartSigningJobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartSigningJobRequest.Builderbuilder()StringclientRequestToken()String that identifies the signing request.Destinationdestination()The S3 bucket in which to save your signed object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprofileName()The name of the signing profile.StringprofileOwner()The AWS account ID of the signing profile owner.List<SdkField<?>>sdkFields()static Class<? extends StartSigningJobRequest.Builder>serializableBuilderClass()Sourcesource()The S3 bucket that contains the object to sign or a BLOB that contains your raw code.StartSigningJobRequest.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
-
source
public final Source source()
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
- Returns:
- The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
-
destination
public final Destination destination()
The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.
- Returns:
- The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.
-
profileName
public final String profileName()
The name of the signing profile.
- Returns:
- The name of the signing profile.
-
clientRequestToken
public final 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.
- Returns:
- String that identifies the signing request. All calls after the first that use this token return the same response as the first call.
-
profileOwner
public final String profileOwner()
The AWS account ID of the signing profile owner.
- Returns:
- The AWS account ID of the signing profile owner.
-
toBuilder
public StartSigningJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartSigningJobRequest.Builder,StartSigningJobRequest>- Specified by:
toBuilderin classSignerRequest
-
builder
public static StartSigningJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartSigningJobRequest.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
-
-