@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IssueCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
IssueCertificateResult() |
Modifier and Type | Method and Description |
---|---|
IssueCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number.
|
String |
toString()
Returns a string representation of this object.
|
IssueCertificateResult |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number. This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
certificateArn
- The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number. This is of the
form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
public String getCertificateArn()
The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number. This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
public IssueCertificateResult withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number. This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
certificateArn
- The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number. This is of the
form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
public String toString()
toString
in class Object
Object.toString()
public IssueCertificateResult clone()