@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 Analytics logging options.
|
int |
hashCode() |
void |
setLoggingOptions(LoggingOptions loggingOptions)
The current settings of the AWS IoT Analytics logging options.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLoggingOptionsResult |
withLoggingOptions(LoggingOptions loggingOptions)
The current settings of the AWS IoT Analytics logging options.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLoggingOptions(LoggingOptions loggingOptions)
The current settings of the AWS IoT Analytics logging options.
loggingOptions
- The current settings of the AWS IoT Analytics logging options.public LoggingOptions getLoggingOptions()
The current settings of the AWS IoT Analytics logging options.
public DescribeLoggingOptionsResult withLoggingOptions(LoggingOptions loggingOptions)
The current settings of the AWS IoT Analytics logging options.
loggingOptions
- The current settings of the AWS IoT Analytics logging options.public String toString()
toString
in class Object
Object.toString()
public DescribeLoggingOptionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.