@Generated(value="software.amazon.awssdk:codegen") public final class BatchPutPropertyError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchPutPropertyError.Builder,BatchPutPropertyError>
An error returned by the BatchPutProperty action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchPutPropertyError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchPutPropertyError.Builder |
builder() |
PropertyValueEntry |
entry()
An object that contains information about errors returned by the
BatchPutProperty action. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code.
|
String |
errorMessage()
The error message.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchPutPropertyError.Builder> |
serializableBuilderClass() |
BatchPutPropertyError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorCode()
The error code.
public final String errorMessage()
The error message.
public final PropertyValueEntry entry()
An object that contains information about errors returned by the BatchPutProperty action.
BatchPutProperty action.public BatchPutPropertyError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchPutPropertyError.Builder,BatchPutPropertyError>public static BatchPutPropertyError.Builder builder()
public static Class<? extends BatchPutPropertyError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.