@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingV2Request extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFindingV2Request() |
Modifier and Type | Method and Description |
---|---|
GetFindingV2Request |
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.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
A token used for pagination of results returned.
|
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.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
A token used for pagination of results returned.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingV2Request |
withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer that generated the finding.
|
GetFindingV2Request |
withId(String id)
The ID of the finding to retrieve.
|
GetFindingV2Request |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetFindingV2Request |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
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 GetFindingV2Request 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 GetFindingV2Request withId(String id)
The ID of the finding to retrieve.
id
- The ID of the finding to retrieve.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public GetFindingV2Request withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public void setNextToken(String nextToken)
A token used for pagination of results returned.
nextToken
- A token used for pagination of results returned.public String getNextToken()
A token used for pagination of results returned.
public GetFindingV2Request withNextToken(String nextToken)
A token used for pagination of results returned.
nextToken
- A token used for pagination of results returned.public String toString()
toString
in class Object
Object.toString()
public GetFindingV2Request clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()