Package com.amazonaws.services.iot.model
Class LoggingOptionsPayload
java.lang.Object
com.amazonaws.services.iot.model.LoggingOptionsPayload
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the logging options payload.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The logging level.The ARN of the IAM role that grants access.int
hashCode()
void
setLogLevel
(LogLevel logLevel) The logging level.void
setLogLevel
(String logLevel) The logging level.void
setRoleArn
(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
-
LoggingOptionsPayload
public LoggingOptionsPayload()
-
-
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
The logging level.
- Returns:
- 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:
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-