Class GetV2LoggingOptionsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iot.model.IotResponse
-
- software.amazon.awssdk.services.iot.model.GetV2LoggingOptionsResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetV2LoggingOptionsResponse.Builder,GetV2LoggingOptionsResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetV2LoggingOptionsResponse extends IotResponse implements ToCopyableBuilder<GetV2LoggingOptionsResponse.Builder,GetV2LoggingOptionsResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetV2LoggingOptionsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetV2LoggingOptionsResponse.Builderbuilder()LogLeveldefaultLogLevel()The default log level.StringdefaultLogLevelAsString()The default log level.BooleandisableAllLogs()Disables all logs.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The IAM role ARN IoT uses to write to your CloudWatch logs.List<SdkField<?>>sdkFields()static Class<? extends GetV2LoggingOptionsResponse.Builder>serializableBuilderClass()GetV2LoggingOptionsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.iot.model.IotResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
roleArn
public final String roleArn()
The IAM role ARN IoT uses to write to your CloudWatch logs.
- Returns:
- The IAM role ARN IoT uses to write to your CloudWatch logs.
-
defaultLogLevel
public final LogLevel defaultLogLevel()
The default log level.
If the service returns an enum value that is not available in the current SDK version,
defaultLogLevelwill returnLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultLogLevelAsString().- Returns:
- The default log level.
- See Also:
LogLevel
-
defaultLogLevelAsString
public final String defaultLogLevelAsString()
The default log level.
If the service returns an enum value that is not available in the current SDK version,
defaultLogLevelwill returnLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdefaultLogLevelAsString().- Returns:
- The default log level.
- See Also:
LogLevel
-
disableAllLogs
public final Boolean disableAllLogs()
Disables all logs.
- Returns:
- Disables all logs.
-
toBuilder
public GetV2LoggingOptionsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetV2LoggingOptionsResponse.Builder,GetV2LoggingOptionsResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetV2LoggingOptionsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetV2LoggingOptionsResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-