@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceStreamingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The streaming configuration of an app instance.
Constructor and Description |
---|
AppInstanceStreamingConfiguration() |
Modifier and Type | Method and Description |
---|---|
AppInstanceStreamingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceDataType()
The data type of the app instance.
|
String |
getResourceArn()
The resource ARN.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppInstanceDataType(String appInstanceDataType)
The data type of the app instance.
|
void |
setResourceArn(String resourceArn)
The resource ARN.
|
String |
toString()
Returns a string representation of this object.
|
AppInstanceStreamingConfiguration |
withAppInstanceDataType(AppInstanceDataType appInstanceDataType)
The data type of the app instance.
|
AppInstanceStreamingConfiguration |
withAppInstanceDataType(String appInstanceDataType)
The data type of the app instance.
|
AppInstanceStreamingConfiguration |
withResourceArn(String resourceArn)
The resource ARN.
|
public void setAppInstanceDataType(String appInstanceDataType)
The data type of the app instance.
appInstanceDataType
- The data type of the app instance.AppInstanceDataType
public String getAppInstanceDataType()
The data type of the app instance.
AppInstanceDataType
public AppInstanceStreamingConfiguration withAppInstanceDataType(String appInstanceDataType)
The data type of the app instance.
appInstanceDataType
- The data type of the app instance.AppInstanceDataType
public AppInstanceStreamingConfiguration withAppInstanceDataType(AppInstanceDataType appInstanceDataType)
The data type of the app instance.
appInstanceDataType
- The data type of the app instance.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.