@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class UploadSingleInitiationResponse extends Object
| Constructor and Description |
|---|
UploadSingleInitiationResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAwsAccessKey()
The AWS access key that must be used to upload to this object in S3
|
String |
getAwsKmsKeyId()
The KMS key ID that must be used to do SSE
|
String |
getAwsSecretKey()
The AWS secret key that must be used to upload to this object in S3
|
Date |
getAwsSessionExpirationTime()
The timestamp of when the provided AWS credentials will expire
|
String |
getAwsSessionToken()
The AWS session token that must be used to upload to this object in S3
|
File |
getFile()
The file to upload
|
BusinessObjectData |
getSourceBusinessObjectData()
The source business object format key
|
BusinessObjectData |
getTargetBusinessObjectData()
The target business object format key
|
String |
getTargetStorageName()
The target storage name
|
String |
getUuid()
The UUID generated for this upload
|
int |
hashCode() |
void |
setAwsAccessKey(String awsAccessKey) |
void |
setAwsKmsKeyId(String awsKmsKeyId) |
void |
setAwsSecretKey(String awsSecretKey) |
void |
setAwsSessionExpirationTime(Date awsSessionExpirationTime) |
void |
setAwsSessionToken(String awsSessionToken) |
void |
setFile(File file) |
void |
setSourceBusinessObjectData(BusinessObjectData sourceBusinessObjectData) |
void |
setTargetBusinessObjectData(BusinessObjectData targetBusinessObjectData) |
void |
setTargetStorageName(String targetStorageName) |
void |
setUuid(String uuid) |
String |
toString() |
public BusinessObjectData getSourceBusinessObjectData()
public void setSourceBusinessObjectData(BusinessObjectData sourceBusinessObjectData)
public BusinessObjectData getTargetBusinessObjectData()
public void setTargetBusinessObjectData(BusinessObjectData targetBusinessObjectData)
public File getFile()
public void setFile(File file)
public String getUuid()
public void setUuid(String uuid)
public String getAwsAccessKey()
public void setAwsAccessKey(String awsAccessKey)
public String getAwsSecretKey()
public void setAwsSecretKey(String awsSecretKey)
public String getAwsSessionToken()
public void setAwsSessionToken(String awsSessionToken)
public Date getAwsSessionExpirationTime()
public void setAwsSessionExpirationTime(Date awsSessionExpirationTime)
public String getAwsKmsKeyId()
public void setAwsKmsKeyId(String awsKmsKeyId)
public String getTargetStorageName()
public void setTargetStorageName(String targetStorageName)
Copyright © 2017. All rights reserved.