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