ToCopyableBuilder<GetLoggingOptionsResponse.Builder,GetLoggingOptionsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetLoggingOptionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetLoggingOptionsResponse.Builder,GetLoggingOptionsResponse>
The output from the GetLoggingOptions operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetLoggingOptionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetLoggingOptionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
logLevel() |
The logging level.
|
String |
roleArn() |
The ARN of the IAM role that grants access.
|
static Class<? extends GetLoggingOptionsResponse.Builder> |
serializableBuilderClass() |
|
GetLoggingOptionsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String roleArn()
The ARN of the IAM role that grants access.
public String logLevel()
The logging level.
LogLevel
public GetLoggingOptionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetLoggingOptionsResponse.Builder,GetLoggingOptionsResponse>
public static GetLoggingOptionsResponse.Builder builder()
public static Class<? extends GetLoggingOptionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.