@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEvidenceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEvidenceRequest() |
Modifier and Type | Method and Description |
---|---|
GetEvidenceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentId()
The identifier for the specified assessment.
|
String |
getControlSetId()
The identifier for the specified control set.
|
String |
getEvidenceFolderId()
The identifier for the folder in which the evidence is stored.
|
String |
getEvidenceId()
The identifier for the evidence.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
void |
setControlSetId(String controlSetId)
The identifier for the specified control set.
|
void |
setEvidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
|
void |
setEvidenceId(String evidenceId)
The identifier for the evidence.
|
String |
toString()
Returns a string representation of this object.
|
GetEvidenceRequest |
withAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
GetEvidenceRequest |
withControlSetId(String controlSetId)
The identifier for the specified control set.
|
GetEvidenceRequest |
withEvidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
|
GetEvidenceRequest |
withEvidenceId(String evidenceId)
The identifier for the evidence.
|
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 setAssessmentId(String assessmentId)
The identifier for the specified assessment.
assessmentId
- The identifier for the specified assessment.public String getAssessmentId()
The identifier for the specified assessment.
public GetEvidenceRequest withAssessmentId(String assessmentId)
The identifier for the specified assessment.
assessmentId
- The identifier for the specified assessment.public void setControlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId
- The identifier for the specified control set.public String getControlSetId()
The identifier for the specified control set.
public GetEvidenceRequest withControlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId
- The identifier for the specified control set.public void setEvidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
evidenceFolderId
- The identifier for the folder in which the evidence is stored.public String getEvidenceFolderId()
The identifier for the folder in which the evidence is stored.
public GetEvidenceRequest withEvidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
evidenceFolderId
- The identifier for the folder in which the evidence is stored.public void setEvidenceId(String evidenceId)
The identifier for the evidence.
evidenceId
- The identifier for the evidence.public String getEvidenceId()
The identifier for the evidence.
public GetEvidenceRequest withEvidenceId(String evidenceId)
The identifier for the evidence.
evidenceId
- The identifier for the evidence.public String toString()
toString
in class Object
Object.toString()
public GetEvidenceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()