@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)
Marshalls this structured data using the given  
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 ObjectObject.toString()public CloudWatchLogsLogGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.