public class GetLoggingOptionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output from the GetLoggingOptions operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
logLevel
The logging level.
|
private java.lang.String |
roleArn
The ARN of the IAM role that grants access.
|
Constructor and Description |
---|
GetLoggingOptionsResult() |
Modifier and Type | Method and Description |
---|---|
GetLoggingOptionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLogLevel()
The logging level.
|
java.lang.String |
getRoleArn()
The ARN of the IAM role that grants access.
|
int |
hashCode() |
void |
setLogLevel(LogLevel logLevel)
The logging level.
|
void |
setLogLevel(java.lang.String logLevel)
The logging level.
|
void |
setRoleArn(java.lang.String roleArn)
The ARN of the IAM role that grants access.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetLoggingOptionsResult |
withLogLevel(LogLevel logLevel)
The logging level.
|
GetLoggingOptionsResult |
withLogLevel(java.lang.String logLevel)
The logging level.
|
GetLoggingOptionsResult |
withRoleArn(java.lang.String roleArn)
The ARN of the IAM role that grants access.
|
private java.lang.String roleArn
The ARN of the IAM role that grants access.
private java.lang.String logLevel
The logging level.
public void setRoleArn(java.lang.String roleArn)
The ARN of the IAM role that grants access.
roleArn
- The ARN of the IAM role that grants access.public java.lang.String getRoleArn()
The ARN of the IAM role that grants access.
public GetLoggingOptionsResult withRoleArn(java.lang.String roleArn)
The ARN of the IAM role that grants access.
roleArn
- The ARN of the IAM role that grants access.public void setLogLevel(java.lang.String logLevel)
The logging level.
logLevel
- The logging level.LogLevel
public java.lang.String getLogLevel()
The logging level.
LogLevel
public GetLoggingOptionsResult withLogLevel(java.lang.String logLevel)
The logging level.
logLevel
- The logging level.LogLevel
public void setLogLevel(LogLevel logLevel)
The logging level.
logLevel
- The logging level.LogLevel
public GetLoggingOptionsResult withLogLevel(LogLevel logLevel)
The logging level.
logLevel
- The logging level.LogLevel
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetLoggingOptionsResult clone()
clone
in class java.lang.Object