Class GetLoggingOptionsResult
java.lang.Object
com.amazonaws.services.iot.model.GetLoggingOptionsResult
- All Implemented Interfaces:
Serializable, Cloneable
The output from the GetLoggingOptions operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe logging level.The ARN of the IAM role that grants access.inthashCode()voidsetLogLevel(LogLevel logLevel) The logging level.voidsetLogLevel(String logLevel) The logging level.voidsetRoleArn(String roleArn) The ARN of the IAM role that grants access.toString()Returns a string representation of this object; useful for testing and debugging.withLogLevel(LogLevel logLevel) The logging level.withLogLevel(String logLevel) The logging level.withRoleArn(String roleArn) The ARN of the IAM role that grants access.
-
Constructor Details
-
GetLoggingOptionsResult
public GetLoggingOptionsResult()
-
-
Method Details
-
setRoleArn
The ARN of the IAM role that grants access.
- Parameters:
roleArn- The ARN of the IAM role that grants access.
-
getRoleArn
The ARN of the IAM role that grants access.
- Returns:
- The ARN of the IAM role that grants access.
-
withRoleArn
The ARN of the IAM role that grants access.
- Parameters:
roleArn- The ARN of the IAM role that grants access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLogLevel
The logging level.
- Parameters:
logLevel- The logging level.- See Also:
-
getLogLevel
-
withLogLevel
The logging level.
- Parameters:
logLevel- The logging level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLogLevel
The logging level.
- Parameters:
logLevel- The logging level.- See Also:
-
withLogLevel
The logging level.
- Parameters:
logLevel- The logging level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
-
equals
-
hashCode
-
clone
-