@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContributorInsightsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeContributorInsightsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeContributorInsightsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getContributorInsightsRuleList()
List of names of the associated contributor insights rules.
|
String |
getContributorInsightsStatus()
Current status of contributor insights.
|
FailureException |
getFailureException()
Returns information about the last failure that was encountered.
|
String |
getIndexName()
The name of the global secondary index being described.
|
Date |
getLastUpdateDateTime()
Timestamp of the last time the status was changed.
|
String |
getTableName()
The name of the table being described.
|
int |
hashCode() |
void |
setContributorInsightsRuleList(Collection<String> contributorInsightsRuleList)
List of names of the associated contributor insights rules.
|
void |
setContributorInsightsStatus(String contributorInsightsStatus)
Current status of contributor insights.
|
void |
setFailureException(FailureException failureException)
Returns information about the last failure that was encountered.
|
void |
setIndexName(String indexName)
The name of the global secondary index being described.
|
void |
setLastUpdateDateTime(Date lastUpdateDateTime)
Timestamp of the last time the status was changed.
|
void |
setTableName(String tableName)
The name of the table being described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeContributorInsightsResult |
withContributorInsightsRuleList(Collection<String> contributorInsightsRuleList)
List of names of the associated contributor insights rules.
|
DescribeContributorInsightsResult |
withContributorInsightsRuleList(String... contributorInsightsRuleList)
List of names of the associated contributor insights rules.
|
DescribeContributorInsightsResult |
withContributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Current status of contributor insights.
|
DescribeContributorInsightsResult |
withContributorInsightsStatus(String contributorInsightsStatus)
Current status of contributor insights.
|
DescribeContributorInsightsResult |
withFailureException(FailureException failureException)
Returns information about the last failure that was encountered.
|
DescribeContributorInsightsResult |
withIndexName(String indexName)
The name of the global secondary index being described.
|
DescribeContributorInsightsResult |
withLastUpdateDateTime(Date lastUpdateDateTime)
Timestamp of the last time the status was changed.
|
DescribeContributorInsightsResult |
withTableName(String tableName)
The name of the table being described.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTableName(String tableName)
The name of the table being described.
tableName
- The name of the table being described.public String getTableName()
The name of the table being described.
public DescribeContributorInsightsResult withTableName(String tableName)
The name of the table being described.
tableName
- The name of the table being described.public void setIndexName(String indexName)
The name of the global secondary index being described.
indexName
- The name of the global secondary index being described.public String getIndexName()
The name of the global secondary index being described.
public DescribeContributorInsightsResult withIndexName(String indexName)
The name of the global secondary index being described.
indexName
- The name of the global secondary index being described.public List<String> getContributorInsightsRuleList()
List of names of the associated contributor insights rules.
public void setContributorInsightsRuleList(Collection<String> contributorInsightsRuleList)
List of names of the associated contributor insights rules.
contributorInsightsRuleList
- List of names of the associated contributor insights rules.public DescribeContributorInsightsResult withContributorInsightsRuleList(String... contributorInsightsRuleList)
List of names of the associated contributor insights rules.
NOTE: This method appends the values to the existing list (if any). Use
setContributorInsightsRuleList(java.util.Collection)
or
withContributorInsightsRuleList(java.util.Collection)
if you want to override the existing values.
contributorInsightsRuleList
- List of names of the associated contributor insights rules.public DescribeContributorInsightsResult withContributorInsightsRuleList(Collection<String> contributorInsightsRuleList)
List of names of the associated contributor insights rules.
contributorInsightsRuleList
- List of names of the associated contributor insights rules.public void setContributorInsightsStatus(String contributorInsightsStatus)
Current status of contributor insights.
contributorInsightsStatus
- Current status of contributor insights.ContributorInsightsStatus
public String getContributorInsightsStatus()
Current status of contributor insights.
ContributorInsightsStatus
public DescribeContributorInsightsResult withContributorInsightsStatus(String contributorInsightsStatus)
Current status of contributor insights.
contributorInsightsStatus
- Current status of contributor insights.ContributorInsightsStatus
public DescribeContributorInsightsResult withContributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Current status of contributor insights.
contributorInsightsStatus
- Current status of contributor insights.ContributorInsightsStatus
public void setLastUpdateDateTime(Date lastUpdateDateTime)
Timestamp of the last time the status was changed.
lastUpdateDateTime
- Timestamp of the last time the status was changed.public Date getLastUpdateDateTime()
Timestamp of the last time the status was changed.
public DescribeContributorInsightsResult withLastUpdateDateTime(Date lastUpdateDateTime)
Timestamp of the last time the status was changed.
lastUpdateDateTime
- Timestamp of the last time the status was changed.public void setFailureException(FailureException failureException)
Returns information about the last failure that was encountered.
The most common exceptions for a FAILED status are:
LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
failureException
- Returns information about the last failure that was encountered.
The most common exceptions for a FAILED status are:
LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
public FailureException getFailureException()
Returns information about the last failure that was encountered.
The most common exceptions for a FAILED status are:
LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
The most common exceptions for a FAILED status are:
LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
public DescribeContributorInsightsResult withFailureException(FailureException failureException)
Returns information about the last failure that was encountered.
The most common exceptions for a FAILED status are:
LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
failureException
- Returns information about the last failure that was encountered.
The most common exceptions for a FAILED status are:
LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
public String toString()
toString
in class Object
Object.toString()
public DescribeContributorInsightsResult clone()
Copyright © 2024. All rights reserved.