StructuredPojo
, ToCopyableBuilder<LoggingOptionsPayload.Builder,LoggingOptionsPayload>
@Generated("software.amazon.awssdk:codegen") public class LoggingOptionsPayload extends Object implements StructuredPojo, ToCopyableBuilder<LoggingOptionsPayload.Builder,LoggingOptionsPayload>
Describes the logging options payload.
Modifier and Type | Class | Description |
---|---|---|
static interface |
LoggingOptionsPayload.Builder |
Modifier and Type | Method | Description |
---|---|---|
static LoggingOptionsPayload.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
logLevel() |
The logging level.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
roleArn() |
The ARN of the IAM role that grants access.
|
static Class<? extends LoggingOptionsPayload.Builder> |
serializableBuilderClass() |
|
LoggingOptionsPayload.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String roleArn()
The ARN of the IAM role that grants access.
public String logLevel()
The logging level.
LogLevel
public LoggingOptionsPayload.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LoggingOptionsPayload.Builder,LoggingOptionsPayload>
public static LoggingOptionsPayload.Builder builder()
public static Class<? extends LoggingOptionsPayload.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.