public class StartSigningJobParameter
extends java.lang.Object
implements java.io.Serializable
Information required to start a signing job.
Constructor and Description |
---|
StartSigningJobParameter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Destination |
getDestination()
The location to write the code-signed file.
|
java.lang.String |
getSigningProfileName()
The code-signing profile name.
|
SigningProfileParameter |
getSigningProfileParameter()
Describes the code-signing profile.
|
int |
hashCode() |
void |
setDestination(Destination destination)
The location to write the code-signed file.
|
void |
setSigningProfileName(java.lang.String signingProfileName)
The code-signing profile name.
|
void |
setSigningProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartSigningJobParameter |
withDestination(Destination destination)
The location to write the code-signed file.
|
StartSigningJobParameter |
withSigningProfileName(java.lang.String signingProfileName)
The code-signing profile name.
|
StartSigningJobParameter |
withSigningProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
|
public SigningProfileParameter getSigningProfileParameter()
Describes the code-signing profile.
Describes the code-signing profile.
public void setSigningProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
signingProfileParameter
- Describes the code-signing profile.
public StartSigningJobParameter withSigningProfileParameter(SigningProfileParameter signingProfileParameter)
Describes the code-signing profile.
Returns a reference to this object so that method calls can be chained together.
signingProfileParameter
- Describes the code-signing profile.
public java.lang.String getSigningProfileName()
The code-signing profile name.
The code-signing profile name.
public void setSigningProfileName(java.lang.String signingProfileName)
The code-signing profile name.
signingProfileName
- The code-signing profile name.
public StartSigningJobParameter withSigningProfileName(java.lang.String signingProfileName)
The code-signing profile name.
Returns a reference to this object so that method calls can be chained together.
signingProfileName
- The code-signing profile name.
public Destination getDestination()
The location to write the code-signed file.
The location to write the code-signed file.
public void setDestination(Destination destination)
The location to write the code-signed file.
destination
- The location to write the code-signed file.
public StartSigningJobParameter withDestination(Destination destination)
The location to write the code-signed file.
Returns a reference to this object so that method calls can be chained together.
destination
- The location to write the code-signed file.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.