@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamingExperienceSettings extends Object implements Serializable, Cloneable, StructuredPojo
The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
| Constructor and Description |
|---|
StreamingExperienceSettings() |
| Modifier and Type | Method and Description |
|---|---|
StreamingExperienceSettings |
clone() |
boolean |
equals(Object obj) |
String |
getPreferredProtocol()
The preferred protocol that you want to use while streaming your application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPreferredProtocol(String preferredProtocol)
The preferred protocol that you want to use while streaming your application.
|
String |
toString()
Returns a string representation of this object.
|
StreamingExperienceSettings |
withPreferredProtocol(PreferredProtocol preferredProtocol)
The preferred protocol that you want to use while streaming your application.
|
StreamingExperienceSettings |
withPreferredProtocol(String preferredProtocol)
The preferred protocol that you want to use while streaming your application.
|
public void setPreferredProtocol(String preferredProtocol)
The preferred protocol that you want to use while streaming your application.
preferredProtocol - The preferred protocol that you want to use while streaming your application.PreferredProtocolpublic String getPreferredProtocol()
The preferred protocol that you want to use while streaming your application.
PreferredProtocolpublic StreamingExperienceSettings withPreferredProtocol(String preferredProtocol)
The preferred protocol that you want to use while streaming your application.
preferredProtocol - The preferred protocol that you want to use while streaming your application.PreferredProtocolpublic StreamingExperienceSettings withPreferredProtocol(PreferredProtocol preferredProtocol)
The preferred protocol that you want to use while streaming your application.
preferredProtocol - The preferred protocol that you want to use while streaming your application.PreferredProtocolpublic String toString()
toString in class ObjectObject.toString()public StreamingExperienceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.