Class DashboardDetail
- java.lang.Object
-
- software.amazon.awssdk.services.cloudtrail.model.DashboardDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DashboardDetail.Builder,DashboardDetail>
@Generated("software.amazon.awssdk:codegen") public final class DashboardDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashboardDetail.Builder,DashboardDetail>
Provides information about a CloudTrail Lake dashboard.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDashboardDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DashboardDetail.Builderbuilder()StringdashboardArn()The ARN for the dashboard.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DashboardDetail.Builder>serializableBuilderClass()DashboardDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.DashboardTypetype()The type of dashboard.StringtypeAsString()The type of dashboard.-
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
-
dashboardArn
public final String dashboardArn()
The ARN for the dashboard.
- Returns:
- The ARN for the dashboard.
-
type
public final DashboardType type()
The type of dashboard.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDashboardType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of dashboard.
- See Also:
DashboardType
-
typeAsString
public final String typeAsString()
The type of dashboard.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDashboardType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of dashboard.
- See Also:
DashboardType
-
toBuilder
public DashboardDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DashboardDetail.Builder,DashboardDetail>
-
builder
public static DashboardDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends DashboardDetail.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
-
-