@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceStreamingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The details of the streaming configuration of an AppInstance
.
Constructor and Description |
---|
AppInstanceStreamingConfiguration() |
Modifier and Type | Method and Description |
---|---|
AppInstanceStreamingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceDataType()
The type of data to be streamed.
|
String |
getResourceArn()
The resource ARN.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppInstanceDataType(String appInstanceDataType)
The type of data to be streamed.
|
void |
setResourceArn(String resourceArn)
The resource ARN.
|
String |
toString()
Returns a string representation of this object.
|
AppInstanceStreamingConfiguration |
withAppInstanceDataType(AppInstanceDataType appInstanceDataType)
The type of data to be streamed.
|
AppInstanceStreamingConfiguration |
withAppInstanceDataType(String appInstanceDataType)
The type of data to be streamed.
|
AppInstanceStreamingConfiguration |
withResourceArn(String resourceArn)
The resource ARN.
|
public void setAppInstanceDataType(String appInstanceDataType)
The type of data to be streamed.
appInstanceDataType
- The type of data to be streamed.AppInstanceDataType
public String getAppInstanceDataType()
The type of data to be streamed.
AppInstanceDataType
public AppInstanceStreamingConfiguration withAppInstanceDataType(String appInstanceDataType)
The type of data to be streamed.
appInstanceDataType
- The type of data to be streamed.AppInstanceDataType
public AppInstanceStreamingConfiguration withAppInstanceDataType(AppInstanceDataType appInstanceDataType)
The type of data to be streamed.
appInstanceDataType
- The type of data to be streamed.AppInstanceDataType
public void setResourceArn(String resourceArn)
The resource ARN.
resourceArn
- The resource ARN.public String getResourceArn()
The resource ARN.
public AppInstanceStreamingConfiguration withResourceArn(String resourceArn)
The resource ARN.
resourceArn
- The resource ARN.public String toString()
toString
in class Object
Object.toString()
public AppInstanceStreamingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.