Class HlsCdnSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.HlsCdnSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HlsCdnSettings.Builder,HlsCdnSettings>
@Generated("software.amazon.awssdk:codegen") public final class HlsCdnSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsCdnSettings.Builder,HlsCdnSettings>
Hls Cdn Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHlsCdnSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HlsCdnSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HlsAkamaiSettingshlsAkamaiSettings()Returns the value of the HlsAkamaiSettings property for this object.HlsBasicPutSettingshlsBasicPutSettings()Returns the value of the HlsBasicPutSettings property for this object.HlsMediaStoreSettingshlsMediaStoreSettings()Returns the value of the HlsMediaStoreSettings property for this object.HlsS3SettingshlsS3Settings()Returns the value of the HlsS3Settings property for this object.HlsWebdavSettingshlsWebdavSettings()Returns the value of the HlsWebdavSettings property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HlsCdnSettings.Builder>serializableBuilderClass()HlsCdnSettings.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
-
hlsAkamaiSettings
public final HlsAkamaiSettings hlsAkamaiSettings()
Returns the value of the HlsAkamaiSettings property for this object.- Returns:
- The value of the HlsAkamaiSettings property for this object.
-
hlsBasicPutSettings
public final HlsBasicPutSettings hlsBasicPutSettings()
Returns the value of the HlsBasicPutSettings property for this object.- Returns:
- The value of the HlsBasicPutSettings property for this object.
-
hlsMediaStoreSettings
public final HlsMediaStoreSettings hlsMediaStoreSettings()
Returns the value of the HlsMediaStoreSettings property for this object.- Returns:
- The value of the HlsMediaStoreSettings property for this object.
-
hlsS3Settings
public final HlsS3Settings hlsS3Settings()
Returns the value of the HlsS3Settings property for this object.- Returns:
- The value of the HlsS3Settings property for this object.
-
hlsWebdavSettings
public final HlsWebdavSettings hlsWebdavSettings()
Returns the value of the HlsWebdavSettings property for this object.- Returns:
- The value of the HlsWebdavSettings property for this object.
-
toBuilder
public HlsCdnSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HlsCdnSettings.Builder,HlsCdnSettings>
-
builder
public static HlsCdnSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends HlsCdnSettings.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
-
-