@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogDestination extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| LogDestination() | 
| Modifier and Type | Method and Description | 
|---|---|
| LogDestination | clone() | 
| boolean | equals(Object obj) | 
| CloudWatchLogsLogGroup | getCloudWatchLogsLogGroup()
 An object describing a CloudWatch log group. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCloudWatchLogsLogGroup(CloudWatchLogsLogGroup cloudWatchLogsLogGroup)
 An object describing a CloudWatch log group. | 
| String | toString()Returns a string representation of this object. | 
| LogDestination | withCloudWatchLogsLogGroup(CloudWatchLogsLogGroup cloudWatchLogsLogGroup)
 An object describing a CloudWatch log group. | 
public void setCloudWatchLogsLogGroup(CloudWatchLogsLogGroup cloudWatchLogsLogGroup)
An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the CloudFormation User Guide.
cloudWatchLogsLogGroup - An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the CloudFormation User Guide.public CloudWatchLogsLogGroup getCloudWatchLogsLogGroup()
An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the CloudFormation User Guide.
public LogDestination withCloudWatchLogsLogGroup(CloudWatchLogsLogGroup cloudWatchLogsLogGroup)
An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the CloudFormation User Guide.
cloudWatchLogsLogGroup - An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the CloudFormation User Guide.public String toString()
toString in class ObjectObject.toString()public LogDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.