@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.PreferredProtocol
public String getPreferredProtocol()
The preferred protocol that you want to use while streaming your application.
PreferredProtocol
public 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.PreferredProtocol
public 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.PreferredProtocol
public String toString()
toString
in class Object
Object.toString()
public StreamingExperienceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.