@Generated(value="software.amazon.awssdk:codegen") public final class FolderSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FolderSummary.Builder,FolderSummary>
A summary of information about an existing Amazon QuickSight folder.
Modifier and Type | Class and Description |
---|---|
static interface |
FolderSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the folder.
|
static FolderSummary.Builder |
builder() |
Instant |
createdTime()
The time that the folder was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
folderId()
The ID of the folder.
|
FolderType |
folderType()
The type of folder.
|
String |
folderTypeAsString()
The type of folder.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The time that the folder was last updated.
|
String |
name()
The display name of the folder.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FolderSummary.Builder> |
serializableBuilderClass() |
FolderSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String arn()
The Amazon Resource Name (ARN) of the folder.
public final String folderId()
The ID of the folder.
public final String name()
The display name of the folder.
public final FolderType folderType()
The type of folder.
If the service returns an enum value that is not available in the current SDK version, folderType
will
return FolderType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
folderTypeAsString()
.
FolderType
public final String folderTypeAsString()
The type of folder.
If the service returns an enum value that is not available in the current SDK version, folderType
will
return FolderType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
folderTypeAsString()
.
FolderType
public final Instant createdTime()
The time that the folder was created.
public final Instant lastUpdatedTime()
The time that the folder was last updated.
public FolderSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<FolderSummary.Builder,FolderSummary>
public static FolderSummary.Builder builder()
public static Class<? extends FolderSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.