@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetResourceLogLevelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResetResourceLogLevelRequest() |
Modifier and Type | Method and Description |
---|---|
ResetResourceLogLevelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceIdentifier() |
String |
getResourceType()
The type of the resource, which can be
WirelessDevice or WirelessGateway . |
int |
hashCode() |
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.
|
ResetResourceLogLevelRequest |
withResourceIdentifier(String resourceIdentifier) |
ResetResourceLogLevelRequest |
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 void setResourceIdentifier(String resourceIdentifier)
resourceIdentifier
- public String getResourceIdentifier()
public ResetResourceLogLevelRequest 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 ResetResourceLogLevelRequest 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 String toString()
toString
in class Object
Object.toString()
public ResetResourceLogLevelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()