@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContributorInsightsSummary extends Object implements Serializable, Cloneable, StructuredPojo
Represents a Contributor Insights summary entry.
Constructor and Description |
---|
ContributorInsightsSummary() |
Modifier and Type | Method and Description |
---|---|
ContributorInsightsSummary |
clone() |
boolean |
equals(Object obj) |
String |
getContributorInsightsStatus()
Describes the current status for contributor insights for the given table and index, if applicable.
|
String |
getIndexName()
Name of the index associated with the summary, if any.
|
String |
getTableName()
Name of the table associated with the summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContributorInsightsStatus(String contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
|
void |
setIndexName(String indexName)
Name of the index associated with the summary, if any.
|
void |
setTableName(String tableName)
Name of the table associated with the summary.
|
String |
toString()
Returns a string representation of this object.
|
ContributorInsightsSummary |
withContributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
|
ContributorInsightsSummary |
withContributorInsightsStatus(String contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
|
ContributorInsightsSummary |
withIndexName(String indexName)
Name of the index associated with the summary, if any.
|
ContributorInsightsSummary |
withTableName(String tableName)
Name of the table associated with the summary.
|
public void setTableName(String tableName)
Name of the table associated with the summary.
tableName
- Name of the table associated with the summary.public String getTableName()
Name of the table associated with the summary.
public ContributorInsightsSummary withTableName(String tableName)
Name of the table associated with the summary.
tableName
- Name of the table associated with the summary.public void setIndexName(String indexName)
Name of the index associated with the summary, if any.
indexName
- Name of the index associated with the summary, if any.public String getIndexName()
Name of the index associated with the summary, if any.
public ContributorInsightsSummary withIndexName(String indexName)
Name of the index associated with the summary, if any.
indexName
- Name of the index associated with the summary, if any.public void setContributorInsightsStatus(String contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
contributorInsightsStatus
- Describes the current status for contributor insights for the given table and index, if applicable.ContributorInsightsStatus
public String getContributorInsightsStatus()
Describes the current status for contributor insights for the given table and index, if applicable.
ContributorInsightsStatus
public ContributorInsightsSummary withContributorInsightsStatus(String contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
contributorInsightsStatus
- Describes the current status for contributor insights for the given table and index, if applicable.ContributorInsightsStatus
public ContributorInsightsSummary withContributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
contributorInsightsStatus
- Describes the current status for contributor insights for the given table and index, if applicable.ContributorInsightsStatus
public String toString()
toString
in class Object
Object.toString()
public ContributorInsightsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.