@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePermissionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeletePermissionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateAuthorityArn()
The Amazon Resource Number (ARN) of the private CA that issued the permissions.
|
String |
getPrincipal()
The AWS service or identity that will have its CA permissions revoked.
|
String |
getSourceAccount()
The AWS account that calls this action.
|
int |
hashCode() |
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Number (ARN) of the private CA that issued the permissions.
|
void |
setPrincipal(String principal)
The AWS service or identity that will have its CA permissions revoked.
|
void |
setSourceAccount(String sourceAccount)
The AWS account that calls this action.
|
String |
toString()
Returns a string representation of this object.
|
DeletePermissionRequest |
withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Number (ARN) of the private CA that issued the permissions.
|
DeletePermissionRequest |
withPrincipal(String principal)
The AWS service or identity that will have its CA permissions revoked.
|
DeletePermissionRequest |
withSourceAccount(String sourceAccount)
The AWS account that calls this action.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN by calling the ListCertificateAuthorities action. This must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn - The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN
by calling the ListCertificateAuthorities action. This must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
public String getCertificateAuthorityArn()
The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN by calling the ListCertificateAuthorities action. This must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
public DeletePermissionRequest withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN by calling the ListCertificateAuthorities action. This must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn - The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN
by calling the ListCertificateAuthorities action. This must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
public void setPrincipal(String principal)
The AWS service or identity that will have its CA permissions revoked. At this time, the only valid service
principal is acm.amazonaws.com
principal - The AWS service or identity that will have its CA permissions revoked. At this time, the only valid
service principal is acm.amazonaws.compublic String getPrincipal()
The AWS service or identity that will have its CA permissions revoked. At this time, the only valid service
principal is acm.amazonaws.com
acm.amazonaws.compublic DeletePermissionRequest withPrincipal(String principal)
The AWS service or identity that will have its CA permissions revoked. At this time, the only valid service
principal is acm.amazonaws.com
principal - The AWS service or identity that will have its CA permissions revoked. At this time, the only valid
service principal is acm.amazonaws.compublic void setSourceAccount(String sourceAccount)
The AWS account that calls this action.
sourceAccount - The AWS account that calls this action.public String getSourceAccount()
The AWS account that calls this action.
public DeletePermissionRequest withSourceAccount(String sourceAccount)
The AWS account that calls this action.
sourceAccount - The AWS account that calls this action.public String toString()
toString in class ObjectObject.toString()public DeletePermissionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.