@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAccessGrantRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAccessGrantRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAccessGrantRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessGrantId()
The ID of the access grant.
|
String |
getAccountId()
The ID of the Amazon Web Services account that is making this request.
|
int |
hashCode() |
void |
setAccessGrantId(String accessGrantId)
The ID of the access grant.
|
void |
setAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAccessGrantRequest |
withAccessGrantId(String accessGrantId)
The ID of the access grant.
|
DeleteAccessGrantRequest |
withAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
accountId
- The ID of the Amazon Web Services account that is making this request.public String getAccountId()
The ID of the Amazon Web Services account that is making this request.
public DeleteAccessGrantRequest withAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
accountId
- The ID of the Amazon Web Services account that is making this request.public void setAccessGrantId(String accessGrantId)
The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.
accessGrantId
- The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.public String getAccessGrantId()
The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.
public DeleteAccessGrantRequest withAccessGrantId(String accessGrantId)
The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.
accessGrantId
- The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.public String toString()
toString
in class Object
Object.toString()
public DeleteAccessGrantRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()