@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSigningJobParameter extends Object implements Serializable, Cloneable, StructuredPojo
Information required to start a signing job.
| Constructor and Description |
|---|
StartSigningJobParameter() |
| Modifier and Type | Method and Description |
|---|---|
StartSigningJobParameter |
clone() |
boolean |
equals(Object obj) |
Destination |
getDestination()
The location to write the code-signed file.
|
String |
getSigningProfileName()
The code-signing profile name.
|
SigningProfileParameter |
getSigningProfileParameter()
Describes the code-signing profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestination(Destination destination)
The location to write the code-signed file.
|
void |
setSigningProfileName(String signingProfileName)
The code-signing profile name.
|
void |
setSigningProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
|
String |
toString()
Returns a string representation of this object.
|
StartSigningJobParameter |
withDestination(Destination destination)
The location to write the code-signed file.
|
StartSigningJobParameter |
withSigningProfileName(String signingProfileName)
The code-signing profile name.
|
StartSigningJobParameter |
withSigningProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
|
public void setSigningProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
signingProfileParameter - Describes the code-signing profile.public SigningProfileParameter getSigningProfileParameter()
Describes the code-signing profile.
public StartSigningJobParameter withSigningProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
signingProfileParameter - Describes the code-signing profile.public void setSigningProfileName(String signingProfileName)
The code-signing profile name.
signingProfileName - The code-signing profile name.public String getSigningProfileName()
The code-signing profile name.
public StartSigningJobParameter withSigningProfileName(String signingProfileName)
The code-signing profile name.
signingProfileName - The code-signing profile name.public void setDestination(Destination destination)
The location to write the code-signed file.
destination - The location to write the code-signed file.public Destination getDestination()
The location to write the code-signed file.
public StartSigningJobParameter withDestination(Destination destination)
The location to write the code-signed file.
destination - The location to write the code-signed file.public String toString()
toString in class ObjectObject.toString()public StartSigningJobParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.