@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retrieves a finding.
NOOP
Constructor and Description |
---|
GetFindingRequest() |
Modifier and Type | Method and Description |
---|---|
GetFindingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnalyzerArn()
The ARN
of the analyzer that generated the finding.
|
String |
getId()
The ID of the finding to retrieve.
|
int |
hashCode() |
void |
setAnalyzerArn(String analyzerArn)
The ARN
of the analyzer that generated the finding.
|
void |
setId(String id)
The ID of the finding to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingRequest |
withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer that generated the finding.
|
GetFindingRequest |
withId(String id)
The ID of the finding to retrieve.
|
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 setAnalyzerArn(String analyzerArn)
The ARN of the analyzer that generated the finding.
analyzerArn
- The ARN of the analyzer that generated the finding.public String getAnalyzerArn()
The ARN of the analyzer that generated the finding.
public GetFindingRequest withAnalyzerArn(String analyzerArn)
The ARN of the analyzer that generated the finding.
analyzerArn
- The ARN of the analyzer that generated the finding.public void setId(String id)
The ID of the finding to retrieve.
id
- The ID of the finding to retrieve.public String getId()
The ID of the finding to retrieve.
public GetFindingRequest withId(String id)
The ID of the finding to retrieve.
id
- The ID of the finding to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetFindingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()