Class BrandSummary
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.BrandSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BrandSummary.Builder,BrandSummary>
@Generated("software.amazon.awssdk:codegen") public final class BrandSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BrandSummary.Builder,BrandSummary>
A summary of the brand.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBrandSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the brand.StringbrandId()The ID of the QuickSight brand.StringbrandName()The name of the brand.BrandStatusbrandStatus()The status of the brand.StringbrandStatusAsString()The status of the brand.static BrandSummary.Builderbuilder()InstantcreatedTime()The time that the brand was created.Stringdescription()The description of the brand.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTime()The time when the brand was last updated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BrandSummary.Builder>serializableBuilderClass()BrandSummary.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 brand.
- Returns:
- The Amazon Resource Name (ARN) of the brand.
-
brandId
public final String brandId()
The ID of the QuickSight brand.
- Returns:
- The ID of the QuickSight brand.
-
brandName
public final String brandName()
The name of the brand.
- Returns:
- The name of the brand.
-
description
public final String description()
The description of the brand.
- Returns:
- The description of the brand.
-
brandStatus
public final BrandStatus brandStatus()
The status of the brand.
If the service returns an enum value that is not available in the current SDK version,
brandStatuswill returnBrandStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombrandStatusAsString().- Returns:
- The status of the brand.
- See Also:
BrandStatus
-
brandStatusAsString
public final String brandStatusAsString()
The status of the brand.
If the service returns an enum value that is not available in the current SDK version,
brandStatuswill returnBrandStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombrandStatusAsString().- Returns:
- The status of the brand.
- See Also:
BrandStatus
-
createdTime
public final Instant createdTime()
The time that the brand was created.
- Returns:
- The time that the brand was created.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The time when the brand was last updated.
- Returns:
- The time when the brand was last updated.
-
toBuilder
public BrandSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BrandSummary.Builder,BrandSummary>
-
builder
public static BrandSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends BrandSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-