@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudWatchLogsDestination extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing the CloudWatch Logs log group where the project stores evaluation events.
| Constructor and Description | 
|---|
CloudWatchLogsDestination()  | 
| Modifier and Type | Method and Description | 
|---|---|
CloudWatchLogsDestination | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getLogGroup()
 The name of the log group where the project stores evaluation events. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setLogGroup(String logGroup)
 The name of the log group where the project stores evaluation events. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CloudWatchLogsDestination | 
withLogGroup(String logGroup)
 The name of the log group where the project stores evaluation events. 
 | 
public void setLogGroup(String logGroup)
The name of the log group where the project stores evaluation events.
logGroup - The name of the log group where the project stores evaluation events.public String getLogGroup()
The name of the log group where the project stores evaluation events.
public CloudWatchLogsDestination withLogGroup(String logGroup)
The name of the log group where the project stores evaluation events.
logGroup - The name of the log group where the project stores evaluation events.public String toString()
toString in class ObjectObject.toString()public CloudWatchLogsDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.