Class DashBaseUrl
java.lang.Object
software.amazon.awssdk.services.mediapackagev2.model.DashBaseUrl
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<DashBaseUrl.Builder,DashBaseUrl> 
@Generated("software.amazon.awssdk:codegen")
public final class DashBaseUrl
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DashBaseUrl.Builder,DashBaseUrl> 
The base URLs to use for retrieving segments. You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic DashBaseUrl.Builderbuilder()final IntegerFor use with DVB-DASH profiles only.final IntegerFor use with DVB-DASH profiles only.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DashBaseUrl.Builder> final StringThe name of the source location.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringurl()A source location for segments.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
url
 - 
serviceLocation
The name of the source location.
- Returns:
 - The name of the source location.
 
 - 
dvbPriority
For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.
- Returns:
 - For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.
 
 - 
dvbWeight
For use with DVB-DASH profiles only. The weighting for source locations that have the same priority.
- Returns:
 - For use with DVB-DASH profiles only. The weighting for source locations that have the same priority.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<DashBaseUrl.Builder,DashBaseUrl> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
 - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
 - 
getValueForField
 - 
sdkFields
 - 
sdkFieldNameToField
- Specified by:
 sdkFieldNameToFieldin interfaceSdkPojo- Returns:
 - The mapping between the field name and its corresponding field.
 
 
 -