@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessGrantsLocationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAccessGrantsLocationRequest() |
Modifier and Type | Method and Description |
---|---|
GetAccessGrantsLocationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessGrantsLocationId()
The ID of the registered location that you are retrieving.
|
String |
getAccountId()
The ID of the Amazon Web Services account that is making this request.
|
int |
hashCode() |
void |
setAccessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location that you are retrieving.
|
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.
|
GetAccessGrantsLocationRequest |
withAccessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location that you are retrieving.
|
GetAccessGrantsLocationRequest |
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 GetAccessGrantsLocationRequest 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 setAccessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location that you are retrieving. S3 Access Grants assigns this ID when you register the
location. S3 Access Grants assigns the ID default
to the default location s3://
and
assigns an auto-generated ID to other locations that you register.
accessGrantsLocationId
- The ID of the registered location that you are retrieving. S3 Access Grants assigns this ID when you
register the location. S3 Access Grants assigns the ID default
to the default location
s3://
and assigns an auto-generated ID to other locations that you register.public String getAccessGrantsLocationId()
The ID of the registered location that you are retrieving. S3 Access Grants assigns this ID when you register the
location. S3 Access Grants assigns the ID default
to the default location s3://
and
assigns an auto-generated ID to other locations that you register.
default
to the default location
s3://
and assigns an auto-generated ID to other locations that you register.public GetAccessGrantsLocationRequest withAccessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location that you are retrieving. S3 Access Grants assigns this ID when you register the
location. S3 Access Grants assigns the ID default
to the default location s3://
and
assigns an auto-generated ID to other locations that you register.
accessGrantsLocationId
- The ID of the registered location that you are retrieving. S3 Access Grants assigns this ID when you
register the location. S3 Access Grants assigns the ID default
to the default location
s3://
and assigns an auto-generated ID to other locations that you register.public String toString()
toString
in class Object
Object.toString()
public GetAccessGrantsLocationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()