@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplacePermissionAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ReplacePermissionAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ReplacePermissionAssociationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency identifier associated with this request.
|
ReplacePermissionAssociationsWork |
getReplacePermissionAssociationsWork()
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency identifier associated with this request.
|
void |
setReplacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation.
|
String |
toString()
Returns a string representation of this object.
|
ReplacePermissionAssociationsResult |
withClientToken(String clientToken)
The idempotency identifier associated with this request.
|
ReplacePermissionAssociationsResult |
withReplacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReplacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation. You can use the ListReplacePermissionAssociationsWork operation and pass the id
value returned in this structure.
replacePermissionAssociationsWork
- Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete
this operation. You can use the ListReplacePermissionAssociationsWork operation and pass the
id
value returned in this structure.public ReplacePermissionAssociationsWork getReplacePermissionAssociationsWork()
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation. You can use the ListReplacePermissionAssociationsWork operation and pass the id
value returned in this structure.
id
value returned in this structure.public ReplacePermissionAssociationsResult withReplacePermissionAssociationsWork(ReplacePermissionAssociationsWork replacePermissionAssociationsWork)
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation. You can use the ListReplacePermissionAssociationsWork operation and pass the id
value returned in this structure.
replacePermissionAssociationsWork
- Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete
this operation. You can use the ListReplacePermissionAssociationsWork operation and pass the
id
value returned in this structure.public void setClientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken
- The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public String getClientToken()
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken
request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public ReplacePermissionAssociationsResult withClientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken
- The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public String toString()
toString
in class Object
Object.toString()
public ReplacePermissionAssociationsResult clone()