public class LoggingOptionsPayload extends Object implements Serializable, Cloneable
Describes the logging options payload.
| Constructor and Description |
|---|
LoggingOptionsPayload() |
| Modifier and Type | Method and Description |
|---|---|
LoggingOptionsPayload |
clone() |
boolean |
equals(Object obj) |
String |
getLogLevel()
The logging level.
|
String |
getRoleArn()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LoggingOptionsPayload |
withLogLevel(LogLevel logLevel)
The logging level.
|
LoggingOptionsPayload |
withLogLevel(String logLevel)
The logging level.
|
LoggingOptionsPayload |
withRoleArn(String roleArn)
The ARN of the IAM role that grants access.
|
public void setRoleArn(String roleArn)
The ARN of the IAM role that grants access.
roleArn - The ARN of the IAM role that grants access.public String getRoleArn()
The ARN of the IAM role that grants access.
public LoggingOptionsPayload withRoleArn(String roleArn)
The ARN of the IAM role that grants access.
roleArn - The ARN of the IAM role that grants access.public void setLogLevel(String logLevel)
The logging level.
logLevel - The logging level.LogLevelpublic String getLogLevel()
The logging level.
LogLevelpublic LoggingOptionsPayload withLogLevel(String logLevel)
The logging level.
logLevel - The logging level.LogLevelpublic void setLogLevel(LogLevel logLevel)
The logging level.
logLevel - The logging level.LogLevelpublic LoggingOptionsPayload withLogLevel(LogLevel logLevel)
The logging level.
logLevel - The logging level.LogLevelpublic String toString()
toString in class ObjectObject.toString()public LoggingOptionsPayload clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.