@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMultiRegionAccessPointResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteMultiRegionAccessPointResult() |
Modifier and Type | Method and Description |
---|---|
DeleteMultiRegionAccessPointResult |
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.
|
DeleteMultiRegionAccessPointResult |
withRequestTokenARN(String requestTokenARN)
The request token associated with the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DeleteMultiRegionAccessPointResult 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 DeleteMultiRegionAccessPointResult clone()