Class ServiceOverride
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.ServiceOverride
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceOverride.Builder,ServiceOverride>
@Generated("software.amazon.awssdk:codegen") public final class ServiceOverride extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceOverride.Builder,ServiceOverride>
A service override applied by MediaConvert to the settings that you have configured. If you see any overrides, we recommend that you contact AWS Support.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceOverride.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceOverride.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()Details about the service override that MediaConvert has applied.Stringname()The name of the setting that MediaConvert has applied an override to.StringoverrideValue()The current value of the service override that MediaConvert has applied.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ServiceOverride.Builder>serializableBuilderClass()ServiceOverride.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value of the setting that you configured, prior to any overrides that MediaConvert has applied.-
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
-
message
public final String message()
Details about the service override that MediaConvert has applied.- Returns:
- Details about the service override that MediaConvert has applied.
-
name
public final String name()
The name of the setting that MediaConvert has applied an override to.- Returns:
- The name of the setting that MediaConvert has applied an override to.
-
overrideValue
public final String overrideValue()
The current value of the service override that MediaConvert has applied.- Returns:
- The current value of the service override that MediaConvert has applied.
-
value
public final String value()
The value of the setting that you configured, prior to any overrides that MediaConvert has applied.- Returns:
- The value of the setting that you configured, prior to any overrides that MediaConvert has applied.
-
toBuilder
public ServiceOverride.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceOverride.Builder,ServiceOverride>
-
builder
public static ServiceOverride.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServiceOverride.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
-
-