@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogPublishingOption extends Object implements Serializable, Cloneable, StructuredPojo
Log Publishing option that is set for a given domain.
Attributes and their details:
Constructor and Description |
---|
LogPublishingOption() |
Modifier and Type | Method and Description |
---|---|
LogPublishingOption |
clone() |
boolean |
equals(Object obj) |
String |
getCloudWatchLogsLogGroupArn() |
Boolean |
getEnabled()
Whether the given log publishing option is enabled or not.
|
int |
hashCode() |
Boolean |
isEnabled()
Whether the given log publishing option is enabled or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) |
void |
setEnabled(Boolean enabled)
Whether the given log publishing option is enabled or not.
|
String |
toString()
Returns a string representation of this object.
|
LogPublishingOption |
withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) |
LogPublishingOption |
withEnabled(Boolean enabled)
Whether the given log publishing option is enabled or not.
|
public void setCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
cloudWatchLogsLogGroupArn
- public String getCloudWatchLogsLogGroupArn()
public LogPublishingOption withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
cloudWatchLogsLogGroupArn
- public void setEnabled(Boolean enabled)
Whether the given log publishing option is enabled or not.
enabled
- Whether the given log publishing option is enabled or not.public Boolean getEnabled()
Whether the given log publishing option is enabled or not.
public LogPublishingOption withEnabled(Boolean enabled)
Whether the given log publishing option is enabled or not.
enabled
- Whether the given log publishing option is enabled or not.public Boolean isEnabled()
Whether the given log publishing option is enabled or not.
public String toString()
toString
in class Object
Object.toString()
public LogPublishingOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.