@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.ContributorInsightsStatuspublic String getContributorInsightsStatus()
Describes the current status for contributor insights for the given table and index, if applicable.
ContributorInsightsStatuspublic 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.ContributorInsightsStatuspublic 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.ContributorInsightsStatuspublic String toString()
toString in class ObjectObject.toString()public ContributorInsightsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.