@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutResourceLogLevelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutResourceLogLevelRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutResourceLogLevelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLogLevel() |
String |
getResourceIdentifier() |
String |
getResourceType()
The type of the resource, currently support WirelessDevice and WirelessGateway.
|
int |
hashCode() |
void |
setLogLevel(String logLevel) |
void |
setResourceIdentifier(String resourceIdentifier) |
void |
setResourceType(String resourceType)
The type of the resource, currently support WirelessDevice and WirelessGateway.
|
String |
toString()
Returns a string representation of this object.
|
PutResourceLogLevelRequest |
withLogLevel(LogLevel logLevel) |
PutResourceLogLevelRequest |
withLogLevel(String logLevel) |
PutResourceLogLevelRequest |
withResourceIdentifier(String resourceIdentifier) |
PutResourceLogLevelRequest |
withResourceType(String resourceType)
The type of the resource, currently support WirelessDevice and WirelessGateway.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setResourceIdentifier(String resourceIdentifier)
resourceIdentifier - public String getResourceIdentifier()
public PutResourceLogLevelRequest withResourceIdentifier(String resourceIdentifier)
resourceIdentifier - public void setResourceType(String resourceType)
The type of the resource, currently support WirelessDevice and WirelessGateway.
resourceType - The type of the resource, currently support WirelessDevice and WirelessGateway.public String getResourceType()
The type of the resource, currently support WirelessDevice and WirelessGateway.
public PutResourceLogLevelRequest withResourceType(String resourceType)
The type of the resource, currently support WirelessDevice and WirelessGateway.
resourceType - The type of the resource, currently support WirelessDevice and WirelessGateway.public PutResourceLogLevelRequest withLogLevel(String logLevel)
logLevel - LogLevelpublic PutResourceLogLevelRequest withLogLevel(LogLevel logLevel)
logLevel - LogLevelpublic String toString()
toString in class ObjectObject.toString()public PutResourceLogLevelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.