@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAuditFindingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAuditFindingRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAuditFindingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFindingId()
A unique identifier for a single audit finding.
|
int |
hashCode() |
void |
setFindingId(String findingId)
A unique identifier for a single audit finding.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAuditFindingRequest |
withFindingId(String findingId)
A unique identifier for a single audit finding.
|
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 setFindingId(String findingId)
A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to the finding.
findingId
- A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to
the finding.public String getFindingId()
A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to the finding.
public DescribeAuditFindingRequest withFindingId(String findingId)
A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to the finding.
findingId
- A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to
the finding.public String toString()
toString
in class Object
Object.toString()
public DescribeAuditFindingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()