StructuredPojo
, ToCopyableBuilder<CloudWatchLogsConfiguration.Builder,CloudWatchLogsConfiguration>
@Generated("software.amazon.awssdk:codegen") public class CloudWatchLogsConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<CloudWatchLogsConfiguration.Builder,CloudWatchLogsConfiguration>
Describes the Amazon CloudWatch logs configuration for a layer.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CloudWatchLogsConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CloudWatchLogsConfiguration.Builder |
builder() |
|
Boolean |
enabled() |
Whether CloudWatch Logs is enabled for a layer.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<CloudWatchLogsLogStream> |
logStreams() |
A list of configuration options for CloudWatch Logs.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends CloudWatchLogsConfiguration.Builder> |
serializableBuilderClass() |
|
CloudWatchLogsConfiguration.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Boolean enabled()
Whether CloudWatch Logs is enabled for a layer.
public List<CloudWatchLogsLogStream> logStreams()
A list of configuration options for CloudWatch Logs.
public CloudWatchLogsConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CloudWatchLogsConfiguration.Builder,CloudWatchLogsConfiguration>
public static CloudWatchLogsConfiguration.Builder builder()
public static Class<? extends CloudWatchLogsConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.