@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudwatchLogsLogDestination extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon CloudWatch Logs logging configuration settings for the pipe.
| Constructor and Description |
|---|
CloudwatchLogsLogDestination() |
| Modifier and Type | Method and Description |
|---|---|
CloudwatchLogsLogDestination |
clone() |
boolean |
equals(Object obj) |
String |
getLogGroupArn()
The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log
records.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLogGroupArn(String logGroupArn)
The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log
records.
|
String |
toString()
Returns a string representation of this object.
|
CloudwatchLogsLogDestination |
withLogGroupArn(String logGroupArn)
The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log
records.
|
public void setLogGroupArn(String logGroupArn)
The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.
logGroupArn - The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the
log records.public String getLogGroupArn()
The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.
public CloudwatchLogsLogDestination withLogGroupArn(String logGroupArn)
The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.
logGroupArn - The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the
log records.public String toString()
toString in class ObjectObject.toString()public CloudwatchLogsLogDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.