@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 ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getLogLevel () |
String |
getResourceIdentifier () |
String |
getResourceType ()
The type of the resource, which can be
WirelessDevice or WirelessGateway. |
int |
hashCode () |
void |
setLogLevel (String logLevel) |
void |
setResourceIdentifier (String resourceIdentifier) |
void |
setResourceType (String resourceType)
The type of the resource, which can be
WirelessDevice or 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, which can be
WirelessDevice or WirelessGateway. |
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 PutResourceLogLevelRequest()
public void setResourceIdentifier(String resourceIdentifier)
resourceIdentifier - public String getResourceIdentifier()
public PutResourceLogLevelRequest withResourceIdentifier(String resourceIdentifier)
resourceIdentifier - public void setResourceType(String resourceType)
The type of the resource, which can be WirelessDevice or WirelessGateway.
resourceType - The type of the resource, which can be WirelessDevice or WirelessGateway.public String getResourceType()
The type of the resource, which can be WirelessDevice or WirelessGateway.
WirelessDevice or WirelessGateway.public PutResourceLogLevelRequest withResourceType(String resourceType)
The type of the resource, which can be WirelessDevice or WirelessGateway.
resourceType - The type of the resource, which can be WirelessDevice or WirelessGateway.public PutResourceLogLevelRequest withLogLevel(String logLevel)
logLevel - LogLevel public PutResourceLogLevelRequest withLogLevel(LogLevel logLevel)
logLevel - LogLevel public String toString()
toString in class Object Object.toString() public PutResourceLogLevelRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()