@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFolderRequest extends QuickSightRequest implements ToCopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateFolderRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
awsAccountId()
The AWS account ID.
|
static UpdateFolderRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
folderId()
The folder ID.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the folder.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFolderRequest.Builder> |
serializableBuilderClass() |
UpdateFolderRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String awsAccountId()
The AWS account ID.
public final String folderId()
The folder ID.
public final String name()
The name of the folder.
public UpdateFolderRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>
toBuilder
in class QuickSightRequest
public static UpdateFolderRequest.Builder builder()
public static Class<? extends UpdateFolderRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.