@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDetectorModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDetectorModelRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDetectorModelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorModelName()
The name of the detector model.
|
String |
getDetectorModelVersion()
The version of the detector model.
|
int |
hashCode() |
void |
setDetectorModelName(String detectorModelName)
The name of the detector model.
|
void |
setDetectorModelVersion(String detectorModelVersion)
The version of the detector model.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDetectorModelRequest |
withDetectorModelName(String detectorModelName)
The name of the detector model.
|
DescribeDetectorModelRequest |
withDetectorModelVersion(String detectorModelVersion)
The version of the detector model.
|
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 setDetectorModelName(String detectorModelName)
The name of the detector model.
detectorModelName
- The name of the detector model.public String getDetectorModelName()
The name of the detector model.
public DescribeDetectorModelRequest withDetectorModelName(String detectorModelName)
The name of the detector model.
detectorModelName
- The name of the detector model.public void setDetectorModelVersion(String detectorModelVersion)
The version of the detector model.
detectorModelVersion
- The version of the detector model.public String getDetectorModelVersion()
The version of the detector model.
public DescribeDetectorModelRequest withDetectorModelVersion(String detectorModelVersion)
The version of the detector model.
detectorModelVersion
- The version of the detector model.public String toString()
toString
in class Object
Object.toString()
public DescribeDetectorModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.