@Generated(value="software.amazon.awssdk:codegen") public final class UpdateUserAccessLoggingSettingsRequest extends WorkSpacesWebRequest implements ToCopyableBuilder<UpdateUserAccessLoggingSettingsRequest.Builder,UpdateUserAccessLoggingSettingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateUserAccessLoggingSettingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserAccessLoggingSettingsRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kinesisStreamArn()
The ARN of the Kinesis stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateUserAccessLoggingSettingsRequest.Builder> |
serializableBuilderClass() |
UpdateUserAccessLoggingSettingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userAccessLoggingSettingsArn()
The ARN of the user access logging settings.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
If you do not specify a client token, one is automatically generated by the AWS SDK.
public final String kinesisStreamArn()
The ARN of the Kinesis stream.
public final String userAccessLoggingSettingsArn()
The ARN of the user access logging settings.
public UpdateUserAccessLoggingSettingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateUserAccessLoggingSettingsRequest.Builder,UpdateUserAccessLoggingSettingsRequest>toBuilder in class WorkSpacesWebRequestpublic static UpdateUserAccessLoggingSettingsRequest.Builder builder()
public static Class<? extends UpdateUserAccessLoggingSettingsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.