Class BatchReadOperationResponse
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchReadOperationResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>
@Generated("software.amazon.awssdk:codegen") public final class BatchReadOperationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>
Represents the output of a
BatchReadresponse operation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchReadOperationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchReadOperationResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BatchReadExceptionexceptionResponse()Identifies which operation in a batch has failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchReadOperationResponse.Builder>serializableBuilderClass()BatchReadSuccessfulResponsesuccessfulResponse()Identifies which operation in a batch has succeeded.BatchReadOperationResponse.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
-
successfulResponse
public final BatchReadSuccessfulResponse successfulResponse()
Identifies which operation in a batch has succeeded.
- Returns:
- Identifies which operation in a batch has succeeded.
-
exceptionResponse
public final BatchReadException exceptionResponse()
Identifies which operation in a batch has failed.
- Returns:
- Identifies which operation in a batch has failed.
-
toBuilder
public BatchReadOperationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>
-
builder
public static BatchReadOperationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchReadOperationResponse.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.
-
-