@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 ID for the Amazon Web Services account that contains the folder to update.
|
static UpdateFolderRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
folderId()
The ID of the folder.
|
<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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID for the Amazon Web Services account that contains the folder to update.
public final String folderId()
The ID of the folder.
public final String name()
The name of the folder.
public UpdateFolderRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>toBuilder in class QuickSightRequestpublic static UpdateFolderRequest.Builder builder()
public static Class<? extends UpdateFolderRequest.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 © 2023. All rights reserved.