@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.