@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CwLog extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
CwLog() |
Modifier and Type | Method and Description |
---|---|
CwLog |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCwLogEnabled()
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
|
String |
getCwLogGroup()
The name of the log group where the copies are stored.
|
int |
hashCode() |
Boolean |
isCwLogEnabled()
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCwLogEnabled(Boolean cwLogEnabled)
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
|
void |
setCwLogGroup(String cwLogGroup)
The name of the log group where the copies are stored.
|
String |
toString()
Returns a string representation of this object.
|
CwLog |
withCwLogEnabled(Boolean cwLogEnabled)
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
|
CwLog |
withCwLogGroup(String cwLogGroup)
The name of the log group where the copies are stored.
|
public void setCwLogEnabled(Boolean cwLogEnabled)
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
cwLogEnabled
- Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.public Boolean getCwLogEnabled()
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
public CwLog withCwLogEnabled(Boolean cwLogEnabled)
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
cwLogEnabled
- Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.public Boolean isCwLogEnabled()
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
public void setCwLogGroup(String cwLogGroup)
The name of the log group where the copies are stored.
cwLogGroup
- The name of the log group where the copies are stored.public String getCwLogGroup()
The name of the log group where the copies are stored.
public CwLog withCwLogGroup(String cwLogGroup)
The name of the log group where the copies are stored.
cwLogGroup
- The name of the log group where the copies are stored.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.