@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataStorage extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.
Constructor and Description |
---|
DataStorage() |
Modifier and Type | Method and Description |
---|---|
DataStorage |
clone() |
boolean |
equals(Object obj) |
CwLog |
getCwLog()
A structure that contains the information about whether the app monitor stores copies of the data that RUM
collects in CloudWatch Logs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCwLog(CwLog cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM
collects in CloudWatch Logs.
|
String |
toString()
Returns a string representation of this object.
|
DataStorage |
withCwLog(CwLog cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM
collects in CloudWatch Logs.
|
public void setCwLog(CwLog cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.
cwLog
- A structure that contains the information about whether the app monitor stores copies of the data that RUM
collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.public CwLog getCwLog()
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.
public DataStorage withCwLog(CwLog cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.
cwLog
- A structure that contains the information about whether the app monitor stores copies of the data that RUM
collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.public String toString()
toString
in class Object
Object.toString()
public DataStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.