@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessGrantsInstanceForPrefixRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAccessGrantsInstanceForPrefixRequest() |
Modifier and Type | Method and Description |
---|---|
GetAccessGrantsInstanceForPrefixRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of the Amazon Web Services account that is making this request.
|
String |
getS3Prefix()
The S3 prefix of the access grants that you would like to retrieve.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
|
void |
setS3Prefix(String s3Prefix)
The S3 prefix of the access grants that you would like to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessGrantsInstanceForPrefixRequest |
withAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
|
GetAccessGrantsInstanceForPrefixRequest |
withS3Prefix(String s3Prefix)
The S3 prefix of the access grants that you would like to retrieve.
|
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 GetAccessGrantsInstanceForPrefixRequest()
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 GetAccessGrantsInstanceForPrefixRequest 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 setS3Prefix(String s3Prefix)
The S3 prefix of the access grants that you would like to retrieve.
s3Prefix
- The S3 prefix of the access grants that you would like to retrieve.public String getS3Prefix()
The S3 prefix of the access grants that you would like to retrieve.
public GetAccessGrantsInstanceForPrefixRequest withS3Prefix(String s3Prefix)
The S3 prefix of the access grants that you would like to retrieve.
s3Prefix
- The S3 prefix of the access grants that you would like to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetAccessGrantsInstanceForPrefixRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()