@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceLogLevelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetResourceLogLevelRequest() |
Modifier and Type | Method and Description |
---|---|
GetResourceLogLevelRequest |
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, currently support WirelessDevice and WirelessGateway.
|
int |
hashCode() |
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.
|
GetResourceLogLevelRequest |
withResourceIdentifier(String resourceIdentifier) |
GetResourceLogLevelRequest |
withResourceType(String resourceType)
The type of the resource, currently support WirelessDevice and 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 GetResourceLogLevelRequest 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 GetResourceLogLevelRequest 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 String toString()
toString
in class Object
Object.toString()
public GetResourceLogLevelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()