@Generated(value="software.amazon.awssdk:codegen") public final class ReplacePermissionAssociationsResponse extends RamResponse implements ToCopyableBuilder<ReplacePermissionAssociationsResponse.Builder,ReplacePermissionAssociationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplacePermissionAssociationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplacePermissionAssociationsResponse.Builder |
builder() |
String |
clientToken()
The idempotency identifier associated with this request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReplacePermissionAssociationsWork |
replacePermissionAssociationsWork()
Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this
operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplacePermissionAssociationsResponse.Builder> |
serializableBuilderClass() |
ReplacePermissionAssociationsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
id value returned in this structure.public final 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 request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public ReplacePermissionAssociationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplacePermissionAssociationsResponse.Builder,ReplacePermissionAssociationsResponse>toBuilder in class AwsResponsepublic static ReplacePermissionAssociationsResponse.Builder builder()
public static Class<? extends ReplacePermissionAssociationsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.