Class PartialFailure
java.lang.Object
software.amazon.awssdk.services.cloudwatch.model.PartialFailure
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PartialFailure.Builder,PartialFailure>
@Generated("software.amazon.awssdk:codegen")
public final class PartialFailure
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<PartialFailure.Builder,PartialFailure>
This array is empty if the API operation was successful for all the rules specified in the request. If the operation could not process one of the rules, the following data is returned for each of those rules.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PartialFailure.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe type of error.final StringThe code of the error.final StringA description of the error.final StringThe specified rule that could not be deleted.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends PartialFailure.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
failureResource
The specified rule that could not be deleted.
- Returns:
- The specified rule that could not be deleted.
-
exceptionType
The type of error.
- Returns:
- The type of error.
-
failureCode
The code of the error.
- Returns:
- The code of the error.
-
failureDescription
A description of the error.
- Returns:
- A description of the error.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PartialFailure.Builder,PartialFailure>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-