Class BatchSuccessfulResultModel
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.BatchSuccessfulResultModel
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchSuccessfulResultModel.Builder,BatchSuccessfulResultModel>
@Generated("software.amazon.awssdk:codegen") public final class BatchSuccessfulResultModel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchSuccessfulResultModel.Builder,BatchSuccessfulResultModel>
Details from a successful operation- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchSuccessfulResultModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()ARN of the resourcestatic BatchSuccessfulResultModel.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()ID of the resourceList<SdkField<?>>sdkFields()static Class<? extends BatchSuccessfulResultModel.Builder>serializableBuilderClass()Stringstate()Current state of the resourceBatchSuccessfulResultModel.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
-
id
public final String id()
ID of the resource- Returns:
- ID of the resource
-
state
public final String state()
Current state of the resource- Returns:
- Current state of the resource
-
toBuilder
public BatchSuccessfulResultModel.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchSuccessfulResultModel.Builder,BatchSuccessfulResultModel>
-
builder
public static BatchSuccessfulResultModel.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchSuccessfulResultModel.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.
-
-