@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 String roleArn()
The IAM role ARN AWS IoT uses to write to your CloudWatch logs.
public 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 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 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.