@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudwatchLogsLogDestinationParameters extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon CloudWatch Logs logging configuration settings for the pipe.
| Constructor and Description |
|---|
CloudwatchLogsLogDestinationParameters() |
| Modifier and Type | Method and Description |
|---|---|
CloudwatchLogsLogDestinationParameters |
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.
|
CloudwatchLogsLogDestinationParameters |
withLogGroupArn(String logGroupArn)
The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log
records.
|
public CloudwatchLogsLogDestinationParameters()
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 CloudwatchLogsLogDestinationParameters 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 CloudwatchLogsLogDestinationParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.