@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutMultiRegionAccessPointPolicyResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutMultiRegionAccessPointPolicyResult() |
Modifier and Type | Method and Description |
---|---|
PutMultiRegionAccessPointPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestTokenARN()
The request token associated with the request.
|
int |
hashCode() |
void |
setRequestTokenARN(String requestTokenARN)
The request token associated with the request.
|
String |
toString()
Returns a string representation of this object.
|
PutMultiRegionAccessPointPolicyResult |
withRequestTokenARN(String requestTokenARN)
The request token associated with the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public PutMultiRegionAccessPointPolicyResult()
public void setRequestTokenARN(String requestTokenARN)
The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.
requestTokenARN
- The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.public String getRequestTokenARN()
The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.
public PutMultiRegionAccessPointPolicyResult withRequestTokenARN(String requestTokenARN)
The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.
requestTokenARN
- The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.public String toString()
toString
in class Object
Object.toString()
public PutMultiRegionAccessPointPolicyResult clone()