@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateContributorInsightsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateContributorInsightsResult() |
Modifier and Type | Method and Description |
---|---|
UpdateContributorInsightsResult |
clone() |
boolean |
equals(Object obj) |
String |
getContributorInsightsStatus()
The status of contributor insights
|
String |
getIndexName()
The name of the global secondary index, if applicable.
|
String |
getTableName()
The name of the table.
|
int |
hashCode() |
void |
setContributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insights
|
void |
setIndexName(String indexName)
The name of the global secondary index, if applicable.
|
void |
setTableName(String tableName)
The name of the table.
|
String |
toString()
Returns a string representation of this object.
|
UpdateContributorInsightsResult |
withContributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insights
|
UpdateContributorInsightsResult |
withContributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insights
|
UpdateContributorInsightsResult |
withIndexName(String indexName)
The name of the global secondary index, if applicable.
|
UpdateContributorInsightsResult |
withTableName(String tableName)
The name of the table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTableName(String tableName)
The name of the table.
tableName
- The name of the table.public String getTableName()
The name of the table.
public UpdateContributorInsightsResult withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public void setIndexName(String indexName)
The name of the global secondary index, if applicable.
indexName
- The name of the global secondary index, if applicable.public String getIndexName()
The name of the global secondary index, if applicable.
public UpdateContributorInsightsResult withIndexName(String indexName)
The name of the global secondary index, if applicable.
indexName
- The name of the global secondary index, if applicable.public void setContributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insights
contributorInsightsStatus
- The status of contributor insightsContributorInsightsStatus
public String getContributorInsightsStatus()
The status of contributor insights
ContributorInsightsStatus
public UpdateContributorInsightsResult withContributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insights
contributorInsightsStatus
- The status of contributor insightsContributorInsightsStatus
public UpdateContributorInsightsResult withContributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insights
contributorInsightsStatus
- The status of contributor insightsContributorInsightsStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateContributorInsightsResult clone()
Copyright © 2021. All rights reserved.