@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsIngest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
HlsIngest() |
Modifier and Type | Method and Description |
---|---|
HlsIngest |
clone() |
boolean |
equals(Object obj) |
List<IngestEndpoint> |
getIngestEndpoints()
A list of endpoints to which the source stream should be sent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
A list of endpoints to which the source stream should be sent.
|
String |
toString()
Returns a string representation of this object.
|
HlsIngest |
withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
A list of endpoints to which the source stream should be sent.
|
HlsIngest |
withIngestEndpoints(IngestEndpoint... ingestEndpoints)
A list of endpoints to which the source stream should be sent.
|
public List<IngestEndpoint> getIngestEndpoints()
public void setIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
ingestEndpoints
- A list of endpoints to which the source stream should be sent.public HlsIngest withIngestEndpoints(IngestEndpoint... ingestEndpoints)
NOTE: This method appends the values to the existing list (if any). Use
setIngestEndpoints(java.util.Collection)
or withIngestEndpoints(java.util.Collection)
if you
want to override the existing values.
ingestEndpoints
- A list of endpoints to which the source stream should be sent.public HlsIngest withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
ingestEndpoints
- A list of endpoints to which the source stream should be sent.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.