@Generated(value="software.amazon.awssdk:codegen") public final class ContributorInsightsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContributorInsightsSummary.Builder,ContributorInsightsSummary>
Represents a Contributor Insights summary entry..
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContributorInsightsSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContributorInsightsSummary.Builder |
builder() |
ContributorInsightsStatus |
contributorInsightsStatus()
Describes the current status for contributor insights for the given table and index, if applicable.
|
String |
contributorInsightsStatusAsString()
Describes the current status for contributor insights for the given table and index, if applicable.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
Name of the index associated with the summary, if any.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContributorInsightsSummary.Builder> |
serializableBuilderClass() |
String |
tableName()
Name of the table associated with the summary.
|
ContributorInsightsSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String tableName()
Name of the table associated with the summary.
public String indexName()
Name of the index associated with the summary, if any.
public ContributorInsightsStatus contributorInsightsStatus()
Describes the current status for contributor insights for the given table and index, if applicable.
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsStatus will return ContributorInsightsStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contributorInsightsStatusAsString().
ContributorInsightsStatuspublic String contributorInsightsStatusAsString()
Describes the current status for contributor insights for the given table and index, if applicable.
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsStatus will return ContributorInsightsStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contributorInsightsStatusAsString().
ContributorInsightsStatuspublic ContributorInsightsSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContributorInsightsSummary.Builder,ContributorInsightsSummary>public static ContributorInsightsSummary.Builder builder()
public static Class<? extends ContributorInsightsSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.