@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningMaterial extends Object implements Serializable, Cloneable, StructuredPojo
The ACM certificate that is used to sign your code.
| Constructor and Description |
|---|
SigningMaterial() |
| Modifier and Type | Method and Description |
|---|---|
SigningMaterial |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
|
String |
toString()
Returns a string representation of this object.
|
SigningMaterial |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
|
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
certificateArn - The Amazon Resource Name (ARN) of the certificates that is used to sign your code.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
public SigningMaterial withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
certificateArn - The Amazon Resource Name (ARN) of the certificates that is used to sign your code.public String toString()
toString in class ObjectObject.toString()public SigningMaterial clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.