@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAttachedFileUploadResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartAttachedFileUploadResult() |
Modifier and Type | Method and Description |
---|---|
StartAttachedFileUploadResult |
clone() |
boolean |
equals(Object obj) |
CreatedByInfo |
getCreatedBy()
Represents the identity that created the file.
|
String |
getCreationTime()
The time of Creation of the file resource as an ISO timestamp.
|
String |
getFileArn()
The unique identifier of the attached file resource (ARN).
|
String |
getFileId()
The unique identifier of the attached file resource.
|
String |
getFileStatus()
The current status of the attached file.
|
UploadUrlMetadata |
getUploadUrlMetadata()
Information to be used while uploading the attached file.
|
int |
hashCode() |
void |
setCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
void |
setCreationTime(String creationTime)
The time of Creation of the file resource as an ISO timestamp.
|
void |
setFileArn(String fileArn)
The unique identifier of the attached file resource (ARN).
|
void |
setFileId(String fileId)
The unique identifier of the attached file resource.
|
void |
setFileStatus(String fileStatus)
The current status of the attached file.
|
void |
setUploadUrlMetadata(UploadUrlMetadata uploadUrlMetadata)
Information to be used while uploading the attached file.
|
String |
toString()
Returns a string representation of this object.
|
StartAttachedFileUploadResult |
withCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
|
StartAttachedFileUploadResult |
withCreationTime(String creationTime)
The time of Creation of the file resource as an ISO timestamp.
|
StartAttachedFileUploadResult |
withFileArn(String fileArn)
The unique identifier of the attached file resource (ARN).
|
StartAttachedFileUploadResult |
withFileId(String fileId)
The unique identifier of the attached file resource.
|
StartAttachedFileUploadResult |
withFileStatus(FileStatusType fileStatus)
The current status of the attached file.
|
StartAttachedFileUploadResult |
withFileStatus(String fileStatus)
The current status of the attached file.
|
StartAttachedFileUploadResult |
withUploadUrlMetadata(UploadUrlMetadata uploadUrlMetadata)
Information to be used while uploading the attached file.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFileArn(String fileArn)
The unique identifier of the attached file resource (ARN).
fileArn
- The unique identifier of the attached file resource (ARN).public String getFileArn()
The unique identifier of the attached file resource (ARN).
public StartAttachedFileUploadResult withFileArn(String fileArn)
The unique identifier of the attached file resource (ARN).
fileArn
- The unique identifier of the attached file resource (ARN).public void setFileId(String fileId)
The unique identifier of the attached file resource.
fileId
- The unique identifier of the attached file resource.public String getFileId()
The unique identifier of the attached file resource.
public StartAttachedFileUploadResult withFileId(String fileId)
The unique identifier of the attached file resource.
fileId
- The unique identifier of the attached file resource.public void setCreationTime(String creationTime)
The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format:
yyyy-MM-ddThh:mm:ss.SSSZ
. For example, 2024-05-03T02:41:28.172Z
.
creationTime
- The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format:
yyyy-MM-ddThh:mm:ss.SSSZ
. For example, 2024-05-03T02:41:28.172Z
.public String getCreationTime()
The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format:
yyyy-MM-ddThh:mm:ss.SSSZ
. For example, 2024-05-03T02:41:28.172Z
.
yyyy-MM-ddThh:mm:ss.SSSZ
. For example, 2024-05-03T02:41:28.172Z
.public StartAttachedFileUploadResult withCreationTime(String creationTime)
The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format:
yyyy-MM-ddThh:mm:ss.SSSZ
. For example, 2024-05-03T02:41:28.172Z
.
creationTime
- The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format:
yyyy-MM-ddThh:mm:ss.SSSZ
. For example, 2024-05-03T02:41:28.172Z
.public void setFileStatus(String fileStatus)
The current status of the attached file.
fileStatus
- The current status of the attached file.FileStatusType
public String getFileStatus()
The current status of the attached file.
FileStatusType
public StartAttachedFileUploadResult withFileStatus(String fileStatus)
The current status of the attached file.
fileStatus
- The current status of the attached file.FileStatusType
public StartAttachedFileUploadResult withFileStatus(FileStatusType fileStatus)
The current status of the attached file.
fileStatus
- The current status of the attached file.FileStatusType
public void setCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
createdBy
- Represents the identity that created the file.public CreatedByInfo getCreatedBy()
Represents the identity that created the file.
public StartAttachedFileUploadResult withCreatedBy(CreatedByInfo createdBy)
Represents the identity that created the file.
createdBy
- Represents the identity that created the file.public void setUploadUrlMetadata(UploadUrlMetadata uploadUrlMetadata)
Information to be used while uploading the attached file.
uploadUrlMetadata
- Information to be used while uploading the attached file.public UploadUrlMetadata getUploadUrlMetadata()
Information to be used while uploading the attached file.
public StartAttachedFileUploadResult withUploadUrlMetadata(UploadUrlMetadata uploadUrlMetadata)
Information to be used while uploading the attached file.
uploadUrlMetadata
- Information to be used while uploading the attached file.public String toString()
toString
in class Object
Object.toString()
public StartAttachedFileUploadResult clone()