@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 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()
Specifies whether given log publishing option is enabled or not.
|
int |
hashCode() |
Boolean |
isEnabled()
Specifies whether given log publishing option is enabled or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) |
void |
setEnabled(Boolean enabled)
Specifies whether given log publishing option is enabled or not.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LogPublishingOption |
withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) |
LogPublishingOption |
withEnabled(Boolean enabled)
Specifies whether 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)
Specifies whether given log publishing option is enabled or not.
enabled
- Specifies whether given log publishing option is enabled or not.public Boolean getEnabled()
Specifies whether given log publishing option is enabled or not.
public LogPublishingOption withEnabled(Boolean enabled)
Specifies whether given log publishing option is enabled or not.
enabled
- Specifies whether given log publishing option is enabled or not.public Boolean isEnabled()
Specifies whether 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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.