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