@Generated(value="software.amazon.awssdk:codegen") public final class DescribeContributorInsightsResponse extends DynamoDbResponse implements ToCopyableBuilder<DescribeContributorInsightsResponse.Builder,DescribeContributorInsightsResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeContributorInsightsResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeContributorInsightsResponse.Builder |
builder() |
List<String> |
contributorInsightsRuleList()
List of names of the associated Alpine rules.
|
ContributorInsightsStatus |
contributorInsightsStatus()
Current Status contributor insights.
|
String |
contributorInsightsStatusAsString()
Current Status contributor insights.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureException |
failureException()
Returns information about the last failure that encountered.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasContributorInsightsRuleList()
Returns true if the ContributorInsightsRuleList property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
indexName()
The name of the global secondary index being described.
|
Instant |
lastUpdateDateTime()
Timestamp of the last time the status was changed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeContributorInsightsResponse.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table being described.
|
DescribeContributorInsightsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String tableName()
The name of the table being described.
public final String indexName()
The name of the global secondary index being described.
public final boolean hasContributorInsightsRuleList()
public final List<String> contributorInsightsRuleList()
List of names of the associated Alpine rules.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasContributorInsightsRuleList()
to see if a value was sent in this field.
public final ContributorInsightsStatus contributorInsightsStatus()
Current Status contributor insights.
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()
.
ContributorInsightsStatus
public final String contributorInsightsStatusAsString()
Current Status contributor insights.
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()
.
ContributorInsightsStatus
public final Instant lastUpdateDateTime()
Timestamp of the last time the status was changed.
public final FailureException failureException()
Returns information about the last failure that 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 DescribeContributorInsightsResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeContributorInsightsResponse.Builder,DescribeContributorInsightsResponse>
toBuilder
in class AwsResponse
public static DescribeContributorInsightsResponse.Builder builder()
public static Class<? extends DescribeContributorInsightsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2021. All rights reserved.