@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEvidenceFileUploadUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEvidenceFileUploadUrlRequest() |
Modifier and Type | Method and Description |
---|---|
GetEvidenceFileUploadUrlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileName()
The file that you want to upload.
|
int |
hashCode() |
void |
setFileName(String fileName)
The file that you want to upload.
|
String |
toString()
Returns a string representation of this object.
|
GetEvidenceFileUploadUrlRequest |
withFileName(String fileName)
The file that you want to upload.
|
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 setFileName(String fileName)
The file that you want to upload. For a list of supported file formats, see Supported file types for manual evidence in the Audit Manager User Guide.
fileName
- The file that you want to upload. For a list of supported file formats, see Supported file types for manual evidence in the Audit Manager User Guide.public String getFileName()
The file that you want to upload. For a list of supported file formats, see Supported file types for manual evidence in the Audit Manager User Guide.
public GetEvidenceFileUploadUrlRequest withFileName(String fileName)
The file that you want to upload. For a list of supported file formats, see Supported file types for manual evidence in the Audit Manager User Guide.
fileName
- The file that you want to upload. For a list of supported file formats, see Supported file types for manual evidence in the Audit Manager User Guide.public String toString()
toString
in class Object
Object.toString()
public GetEvidenceFileUploadUrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()