@Generated(value="software.amazon.awssdk:codegen") public final class GetV2LoggingOptionsResponse extends IotResponse implements ToCopyableBuilder<GetV2LoggingOptionsResponse.Builder,GetV2LoggingOptionsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetV2LoggingOptionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetV2LoggingOptionsResponse.Builder |
builder() |
LogLevel |
defaultLogLevel()
The default log level.
|
String |
defaultLogLevelAsString()
The default log level.
|
Boolean |
disableAllLogs()
Disables all logs.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The IAM role ARN AWS IoT uses to write to your CloudWatch logs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetV2LoggingOptionsResponse.Builder> |
serializableBuilderClass() |
GetV2LoggingOptionsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleArn()
The IAM role ARN AWS IoT uses to write to your CloudWatch logs.
public final LogLevel defaultLogLevel()
The default log level.
If the service returns an enum value that is not available in the current SDK version, defaultLogLevel
will return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
defaultLogLevelAsString().
LogLevelpublic final String defaultLogLevelAsString()
The default log level.
If the service returns an enum value that is not available in the current SDK version, defaultLogLevel
will return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
defaultLogLevelAsString().
LogLevelpublic final Boolean disableAllLogs()
Disables all logs.
public GetV2LoggingOptionsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetV2LoggingOptionsResponse.Builder,GetV2LoggingOptionsResponse>toBuilder in class AwsResponsepublic static GetV2LoggingOptionsResponse.Builder builder()
public static Class<? extends GetV2LoggingOptionsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.