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