Class ProjectDeletionError
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.ProjectDeletionError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProjectDeletionError.Builder,ProjectDeletionError>
@Generated("software.amazon.awssdk:codegen") public final class ProjectDeletionError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectDeletionError.Builder,ProjectDeletionError>
Specifies the error message that is returned if the operation cannot be successfully completed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProjectDeletionError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectDeletionError.Builderbuilder()Stringcode()The code of the project deletion error.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()The message of the project deletion error.List<SdkField<?>>sdkFields()static Class<? extends ProjectDeletionError.Builder>serializableBuilderClass()ProjectDeletionError.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 String code()
The code of the project deletion error.
- Returns:
- The code of the project deletion error.
-
message
public final String message()
The message of the project deletion error.
- Returns:
- The message of the project deletion error.
-
toBuilder
public ProjectDeletionError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProjectDeletionError.Builder,ProjectDeletionError>
-
builder
public static ProjectDeletionError.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProjectDeletionError.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.
-
-