@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingAggregatorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFindingAggregatorRequest() |
Modifier and Type | Method and Description |
---|---|
GetFindingAggregatorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFindingAggregatorArn()
The ARN of the finding aggregator to return details for.
|
int |
hashCode() |
void |
setFindingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator to return details for.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingAggregatorRequest |
withFindingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator to return details for.
|
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 setFindingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator to return details for. To obtain the ARN, use
ListFindingAggregators
.
findingAggregatorArn
- The ARN of the finding aggregator to return details for. To obtain the ARN, use
ListFindingAggregators
.public String getFindingAggregatorArn()
The ARN of the finding aggregator to return details for. To obtain the ARN, use
ListFindingAggregators
.
ListFindingAggregators
.public GetFindingAggregatorRequest withFindingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator to return details for. To obtain the ARN, use
ListFindingAggregators
.
findingAggregatorArn
- The ARN of the finding aggregator to return details for. To obtain the ARN, use
ListFindingAggregators
.public String toString()
toString
in class Object
Object.toString()
public GetFindingAggregatorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()