@Generated(value="software.amazon.awssdk:codegen") public final class LogPublishingOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogPublishingOption.Builder,LogPublishingOption>
Log Publishing option that is set for given domain.
Attributes and their details:
Modifier and Type | Class and Description |
---|---|
static interface |
LogPublishingOption.Builder |
Modifier and Type | Method and Description |
---|---|
static LogPublishingOption.Builder |
builder() |
String |
cloudWatchLogsLogGroupArn()
Returns the value of the CloudWatchLogsLogGroupArn property for this object.
|
Boolean |
enabled()
Specifies whether given log publishing option is enabled or not.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogPublishingOption.Builder> |
serializableBuilderClass() |
LogPublishingOption.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String cloudWatchLogsLogGroupArn()
public Boolean enabled()
Specifies whether given log publishing option is enabled or not.
public LogPublishingOption.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LogPublishingOption.Builder,LogPublishingOption>
public static LogPublishingOption.Builder builder()
public static Class<? extends LogPublishingOption.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.