@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateResourceSharePermissionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateResourceSharePermissionResult() |
Modifier and Type | Method and Description |
---|---|
AssociateResourceSharePermissionResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Boolean |
getReturnValue()
Indicates whether the request succeeded.
|
int |
hashCode() |
Boolean |
isReturnValue()
Indicates whether the request succeeded.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setReturnValue(Boolean returnValue)
Indicates whether the request succeeded.
|
String |
toString()
Returns a string representation of this object.
|
AssociateResourceSharePermissionResult |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AssociateResourceSharePermissionResult |
withReturnValue(Boolean returnValue)
Indicates whether the request succeeded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public AssociateResourceSharePermissionResult()
public void setReturnValue(Boolean returnValue)
Indicates whether the request succeeded.
returnValue
- Indicates whether the request succeeded.public Boolean getReturnValue()
Indicates whether the request succeeded.
public AssociateResourceSharePermissionResult withReturnValue(Boolean returnValue)
Indicates whether the request succeeded.
returnValue
- Indicates whether the request succeeded.public Boolean isReturnValue()
Indicates whether the request succeeded.
public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public AssociateResourceSharePermissionResult withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public AssociateResourceSharePermissionResult clone()