Class BatchFailedResultModel
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.BatchFailedResultModel
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchFailedResultModel.Builder,BatchFailedResultModel>
@Generated("software.amazon.awssdk:codegen") public final class BatchFailedResultModel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchFailedResultModel.Builder,BatchFailedResultModel>
Details from a failed operation- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchFailedResultModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()ARN of the resourcestatic BatchFailedResultModel.Builderbuilder()Stringcode()Error code for the failed operationbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()ID of the resourceStringmessage()Error message for the failed operationMap<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BatchFailedResultModel.Builder>serializableBuilderClass()BatchFailedResultModel.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
-
arn
public final String arn()
ARN of the resource- Returns:
- ARN of the resource
-
code
public final String code()
Error code for the failed operation- Returns:
- Error code for the failed operation
-
id
public final String id()
ID of the resource- Returns:
- ID of the resource
-
message
public final String message()
Error message for the failed operation- Returns:
- Error message for the failed operation
-
toBuilder
public BatchFailedResultModel.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchFailedResultModel.Builder,BatchFailedResultModel>
-
builder
public static BatchFailedResultModel.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchFailedResultModel.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
-
-