@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMultiRegionAccessPointPolicyStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMultiRegionAccessPointPolicyStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetMultiRegionAccessPointPolicyStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
String |
getName()
Specifies the Multi-Region Access Point.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
void |
setName(String name)
Specifies the Multi-Region Access Point.
|
String |
toString()
Returns a string representation of this object.
|
GetMultiRegionAccessPointPolicyStatusRequest |
withAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
GetMultiRegionAccessPointPolicyStatusRequest |
withName(String name)
Specifies the Multi-Region Access Point.
|
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 GetMultiRegionAccessPointPolicyStatusRequest()
public void setAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
accountId
- The Amazon Web Services account ID for the owner of the Multi-Region Access Point.public String getAccountId()
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
public GetMultiRegionAccessPointPolicyStatusRequest withAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
accountId
- The Amazon Web Services account ID for the owner of the Multi-Region Access Point.public void setName(String name)
Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Rules for naming Amazon S3 Multi-Region Access Points in the Amazon S3 User Guide.
name
- Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the
alias. For more information about the distinction between the name and the alias of an Multi-Region Access
Point, see Rules for naming Amazon S3 Multi-Region Access Points in the Amazon S3 User Guide.public String getName()
Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Rules for naming Amazon S3 Multi-Region Access Points in the Amazon S3 User Guide.
public GetMultiRegionAccessPointPolicyStatusRequest withName(String name)
Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Rules for naming Amazon S3 Multi-Region Access Points in the Amazon S3 User Guide.
name
- Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the
alias. For more information about the distinction between the name and the alias of an Multi-Region Access
Point, see Rules for naming Amazon S3 Multi-Region Access Points in the Amazon S3 User Guide.public String toString()
toString
in class Object
Object.toString()
public GetMultiRegionAccessPointPolicyStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()