Class IngestEndpoint
- java.lang.Object
-
- software.amazon.awssdk.services.mediapackagev2.model.IngestEndpoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngestEndpoint.Builder,IngestEndpoint>
@Generated("software.amazon.awssdk:codegen") public final class IngestEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestEndpoint.Builder,IngestEndpoint>
The ingest domain URL where the source stream should be sent.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngestEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IngestEndpoint.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The system-generated unique identifier for the IngestEndpoint.List<SdkField<?>>sdkFields()static Class<? extends IngestEndpoint.Builder>serializableBuilderClass()IngestEndpoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The ingest domain URL where the source stream should be sent.-
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
-
id
public final String id()
The system-generated unique identifier for the IngestEndpoint.
- Returns:
- The system-generated unique identifier for the IngestEndpoint.
-
url
public final String url()
The ingest domain URL where the source stream should be sent.
- Returns:
- The ingest domain URL where the source stream should be sent.
-
toBuilder
public IngestEndpoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngestEndpoint.Builder,IngestEndpoint>
-
builder
public static IngestEndpoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngestEndpoint.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.
-
-