@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFpgaImageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateFpgaImageRequest>
NOOP
Constructor and Description |
---|
CreateFpgaImageRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFpgaImageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getDescription()
A description for the AFI.
|
Request<CreateFpgaImageRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
StorageLocation |
getInputStorageLocation()
The location of the encrypted design checkpoint in Amazon S3.
|
StorageLocation |
getLogsStorageLocation()
The location in Amazon S3 for the output logs.
|
String |
getName()
A name for the AFI.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
A description for the AFI.
|
void |
setInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
void |
setLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
|
void |
setName(String name)
A name for the AFI.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateFpgaImageRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFpgaImageRequest |
withDescription(String description)
A description for the AFI.
|
CreateFpgaImageRequest |
withInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
CreateFpgaImageRequest |
withLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
|
CreateFpgaImageRequest |
withName(String name)
A name for the AFI.
|
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 setInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
inputStorageLocation
- The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.public StorageLocation getInputStorageLocation()
The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
public CreateFpgaImageRequest withInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
inputStorageLocation
- The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.public void setLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
logsStorageLocation
- The location in Amazon S3 for the output logs.public StorageLocation getLogsStorageLocation()
The location in Amazon S3 for the output logs.
public CreateFpgaImageRequest withLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
logsStorageLocation
- The location in Amazon S3 for the output logs.public void setDescription(String description)
A description for the AFI.
description
- A description for the AFI.public String getDescription()
A description for the AFI.
public CreateFpgaImageRequest withDescription(String description)
A description for the AFI.
description
- A description for the AFI.public void setName(String name)
A name for the AFI.
name
- A name for the AFI.public String getName()
A name for the AFI.
public CreateFpgaImageRequest withName(String name)
A name for the AFI.
name
- A name for the AFI.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring
Idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
public CreateFpgaImageRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring
Idempotency.public Request<CreateFpgaImageRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateFpgaImageRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateFpgaImageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.