@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() |
SharingModel |
sharingModel()
The sharing scope of the folder.
|
String |
sharingModelAsString()
The sharing scope of the folder.
|
FolderSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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().
FolderTypepublic 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().
FolderTypepublic final Instant createdTime()
The time that the folder was created.
public final Instant lastUpdatedTime()
The time that the folder was last updated.
public final SharingModel sharingModel()
The sharing scope of the folder.
If the service returns an enum value that is not available in the current SDK version, sharingModel will
return SharingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sharingModelAsString().
SharingModelpublic final String sharingModelAsString()
The sharing scope of the folder.
If the service returns an enum value that is not available in the current SDK version, sharingModel will
return SharingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sharingModelAsString().
SharingModelpublic 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 SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.