@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoggingOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLoggingOptionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLoggingOptionsResult |
clone() |
boolean |
equals(Object obj) |
LoggingOptions |
getLoggingOptions()
The current settings of the AWS IoT Events logging options.
|
int |
hashCode() |
void |
setLoggingOptions(LoggingOptions loggingOptions)
The current settings of the AWS IoT Events logging options.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLoggingOptionsResult |
withLoggingOptions(LoggingOptions loggingOptions)
The current settings of the AWS IoT Events logging options.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLoggingOptions(LoggingOptions loggingOptions)
The current settings of the AWS IoT Events logging options.
loggingOptions
- The current settings of the AWS IoT Events logging options.public LoggingOptions getLoggingOptions()
The current settings of the AWS IoT Events logging options.
public DescribeLoggingOptionsResult withLoggingOptions(LoggingOptions loggingOptions)
The current settings of the AWS IoT Events logging options.
loggingOptions
- The current settings of the AWS IoT Events logging options.public String toString()
toString
in class Object
Object.toString()
public DescribeLoggingOptionsResult clone()