@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudWatchLogsLogGroup extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CloudWatchLogsLogGroup() |
Modifier and Type | Method and Description |
---|---|
CloudWatchLogsLogGroup |
clone() |
boolean |
equals(Object obj) |
String |
getLogGroupArn()
The ARN of the the CloudWatch log group to which you want your logs emitted to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLogGroupArn(String logGroupArn)
The ARN of the the CloudWatch log group to which you want your logs emitted to.
|
String |
toString()
Returns a string representation of this object.
|
CloudWatchLogsLogGroup |
withLogGroupArn(String logGroupArn)
The ARN of the the CloudWatch log group to which you want your logs emitted to.
|
public void setLogGroupArn(String logGroupArn)
The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN must end with
:*
logGroupArn
- The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN must end with
:*
public String getLogGroupArn()
The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN must end with
:*
:*
public CloudWatchLogsLogGroup withLogGroupArn(String logGroupArn)
The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN must end with
:*
logGroupArn
- The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN must end with
:*
public String toString()
toString
in class Object
Object.toString()
public CloudWatchLogsLogGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.