Class FolderSummary
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FolderSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FolderSummary.Builder,FolderSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFolderSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the folder.static FolderSummary.Builderbuilder()InstantcreatedTime()The time that the folder was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfolderId()The ID of the folder.FolderTypefolderType()The type of folder.StringfolderTypeAsString()The type of folder.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTime()The time that the folder was last updated.Stringname()The display name of the folder.List<SdkField<?>>sdkFields()static Class<? extends FolderSummary.Builder>serializableBuilderClass()SharingModelsharingModel()The sharing scope of the folder.StringsharingModelAsString()The sharing scope of the folder.FolderSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the folder.
- Returns:
- The Amazon Resource Name (ARN) of the folder.
-
folderId
public final String folderId()
The ID of the folder.
- Returns:
- The ID of the folder.
-
name
public final String name()
The display name of the folder.
- Returns:
- The display name of the folder.
-
folderType
public final FolderType folderType()
The type of folder.
If the service returns an enum value that is not available in the current SDK version,
folderTypewill returnFolderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfolderTypeAsString().- Returns:
- The type of folder.
- See Also:
FolderType
-
folderTypeAsString
public final String folderTypeAsString()
The type of folder.
If the service returns an enum value that is not available in the current SDK version,
folderTypewill returnFolderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfolderTypeAsString().- Returns:
- The type of folder.
- See Also:
FolderType
-
createdTime
public final Instant createdTime()
The time that the folder was created.
- Returns:
- The time that the folder was created.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The time that the folder was last updated.
- Returns:
- The time that the folder was last updated.
-
sharingModel
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,
sharingModelwill returnSharingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsharingModelAsString().- Returns:
- The sharing scope of the folder.
- See Also:
SharingModel
-
sharingModelAsString
public 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,
sharingModelwill returnSharingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsharingModelAsString().- Returns:
- The sharing scope of the folder.
- See Also:
SharingModel
-
toBuilder
public FolderSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FolderSummary.Builder,FolderSummary>
-
builder
public static FolderSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FolderSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-