@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLoggingOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutLoggingOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
PutLoggingOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
LoggingOptions |
getLoggingOptions()
The new values of the AWS IoT Events logging options.
|
int |
hashCode() |
void |
setLoggingOptions(LoggingOptions loggingOptions)
The new values of the AWS IoT Events logging options.
|
String |
toString()
Returns a string representation of this object.
|
PutLoggingOptionsRequest |
withLoggingOptions(LoggingOptions loggingOptions)
The new values of the AWS IoT Events logging options.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLoggingOptions(LoggingOptions loggingOptions)
The new values of the AWS IoT Events logging options.
loggingOptions
- The new values of the AWS IoT Events logging options.public LoggingOptions getLoggingOptions()
The new values of the AWS IoT Events logging options.
public PutLoggingOptionsRequest withLoggingOptions(LoggingOptions loggingOptions)
The new values of the AWS IoT Events logging options.
loggingOptions
- The new values of the AWS IoT Events logging options.public String toString()
toString
in class Object
Object.toString()
public PutLoggingOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()