Class BatchDeleteClusterNodeLogicalIdsError
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.BatchDeleteClusterNodeLogicalIdsError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchDeleteClusterNodeLogicalIdsError.Builder,BatchDeleteClusterNodeLogicalIdsError>
@Generated("software.amazon.awssdk:codegen") public final class BatchDeleteClusterNodeLogicalIdsError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDeleteClusterNodeLogicalIdsError.Builder,BatchDeleteClusterNodeLogicalIdsError>
Information about an error that occurred when attempting to delete a node identified by its
NodeLogicalId.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchDeleteClusterNodeLogicalIdsError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchDeleteClusterNodeLogicalIdsError.Builderbuilder()BatchDeleteClusterNodesErrorCodecode()The error code associated with the failure.StringcodeAsString()The error code associated with the failure.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A descriptive message providing additional details about the error.StringnodeLogicalId()TheNodeLogicalIdof the node that could not be deleted.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BatchDeleteClusterNodeLogicalIdsError.Builder>serializableBuilderClass()BatchDeleteClusterNodeLogicalIdsError.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
code
public final BatchDeleteClusterNodesErrorCode code()
The error code associated with the failure. Possible values include
NodeLogicalIdNotFound,InvalidNodeStatus, andInternalError.If the service returns an enum value that is not available in the current SDK version,
codewill returnBatchDeleteClusterNodesErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodeAsString().- Returns:
- The error code associated with the failure. Possible values include
NodeLogicalIdNotFound,InvalidNodeStatus, andInternalError. - See Also:
BatchDeleteClusterNodesErrorCode
-
codeAsString
public final String codeAsString()
The error code associated with the failure. Possible values include
NodeLogicalIdNotFound,InvalidNodeStatus, andInternalError.If the service returns an enum value that is not available in the current SDK version,
codewill returnBatchDeleteClusterNodesErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodeAsString().- Returns:
- The error code associated with the failure. Possible values include
NodeLogicalIdNotFound,InvalidNodeStatus, andInternalError. - See Also:
BatchDeleteClusterNodesErrorCode
-
message
public final String message()
A descriptive message providing additional details about the error.
- Returns:
- A descriptive message providing additional details about the error.
-
nodeLogicalId
public final String nodeLogicalId()
The
NodeLogicalIdof the node that could not be deleted.- Returns:
- The
NodeLogicalIdof the node that could not be deleted.
-
toBuilder
public BatchDeleteClusterNodeLogicalIdsError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchDeleteClusterNodeLogicalIdsError.Builder,BatchDeleteClusterNodeLogicalIdsError>
-
builder
public static BatchDeleteClusterNodeLogicalIdsError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchDeleteClusterNodeLogicalIdsError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-