Class DataSourceSummary
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DataSourceSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
@Generated("software.amazon.awssdk:codegen") public final class DataSourceSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
A
DataSourceSummaryobject that returns a summary of a data source.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataSourceSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The arn of the datasource.static DataSourceSummary.Builderbuilder()InstantcreatedTime()The date and time that the data source was created.StringdataSourceId()The unique ID of the data source.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTime()The date and time the data source was last updated.Stringname()The name of the data source.List<SdkField<?>>sdkFields()static Class<? extends DataSourceSummary.Builder>serializableBuilderClass()DataSourceSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.DataSourceTypetype()The type of the data source.StringtypeAsString()The type of the data source.-
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 arn of the datasource.
- Returns:
- The arn of the datasource.
-
dataSourceId
public final String dataSourceId()
The unique ID of the data source.
- Returns:
- The unique ID of the data source.
-
name
public final String name()
The name of the data source.
- Returns:
- The name of the data source.
-
type
public final DataSourceType type()
The type of the data source.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDataSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the data source.
- See Also:
DataSourceType
-
typeAsString
public final String typeAsString()
The type of the data source.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDataSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the data source.
- See Also:
DataSourceType
-
createdTime
public final Instant createdTime()
The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.
- Returns:
- The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.
- Returns:
- The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.
-
toBuilder
public DataSourceSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
-
builder
public static DataSourceSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataSourceSummary.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.
-
-