Class MessageDetail
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.MessageDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MessageDetail.Builder,MessageDetail>
@Generated("software.amazon.awssdk:codegen") public final class MessageDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MessageDetail.Builder,MessageDetail>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMessageDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageDetail.Builderbuilder()Stringcode()The error code.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.StringresourceName()The name of the resource.List<SdkField<?>>sdkFields()static Class<? extends MessageDetail.Builder>serializableBuilderClass()MessageDetail.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 error code.- Returns:
- The error code.
-
message
public final String message()
The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.- Returns:
- The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.
-
resourceName
public final String resourceName()
The name of the resource.- Returns:
- The name of the resource.
-
toBuilder
public MessageDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MessageDetail.Builder,MessageDetail>
-
builder
public static MessageDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends MessageDetail.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.
-
-