7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/FileStatusType.h>
10#include <aws/connect/model/CreatedByInfo.h>
11#include <aws/connect/model/UploadUrlMetadata.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
50 inline void SetFileArn(
const char* value) { m_fileArn.assign(value); }
63 inline void SetFileId(
const char* value) { m_fileId.assign(value); }
122 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetUploadUrlMetadata(UploadUrlMetadata &&value)
const Aws::String & GetFileArn() const
StartAttachedFileUploadResult & WithCreationTime(const Aws::String &value)
void SetFileId(Aws::String &&value)
StartAttachedFileUploadResult & WithFileArn(const char *value)
AWS_CONNECT_API StartAttachedFileUploadResult()
void SetCreationTime(const char *value)
StartAttachedFileUploadResult & WithFileId(const Aws::String &value)
StartAttachedFileUploadResult & WithUploadUrlMetadata(UploadUrlMetadata &&value)
void SetCreationTime(Aws::String &&value)
void SetRequestId(const char *value)
const Aws::String & GetCreationTime() const
StartAttachedFileUploadResult & WithCreatedBy(CreatedByInfo &&value)
const Aws::String & GetFileId() const
StartAttachedFileUploadResult & WithFileId(Aws::String &&value)
void SetFileArn(const Aws::String &value)
void SetRequestId(const Aws::String &value)
void SetFileId(const Aws::String &value)
const UploadUrlMetadata & GetUploadUrlMetadata() const
AWS_CONNECT_API StartAttachedFileUploadResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECT_API StartAttachedFileUploadResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFileStatus(FileStatusType &&value)
StartAttachedFileUploadResult & WithUploadUrlMetadata(const UploadUrlMetadata &value)
StartAttachedFileUploadResult & WithFileStatus(FileStatusType &&value)
void SetFileArn(const char *value)
const FileStatusType & GetFileStatus() const
StartAttachedFileUploadResult & WithCreationTime(const char *value)
StartAttachedFileUploadResult & WithFileArn(Aws::String &&value)
StartAttachedFileUploadResult & WithCreatedBy(const CreatedByInfo &value)
StartAttachedFileUploadResult & WithFileArn(const Aws::String &value)
void SetCreationTime(const Aws::String &value)
StartAttachedFileUploadResult & WithFileStatus(const FileStatusType &value)
void SetFileId(const char *value)
void SetCreatedBy(CreatedByInfo &&value)
void SetFileArn(Aws::String &&value)
void SetCreatedBy(const CreatedByInfo &value)
StartAttachedFileUploadResult & WithRequestId(Aws::String &&value)
StartAttachedFileUploadResult & WithFileId(const char *value)
StartAttachedFileUploadResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const CreatedByInfo & GetCreatedBy() const
void SetFileStatus(const FileStatusType &value)
StartAttachedFileUploadResult & WithCreationTime(Aws::String &&value)
void SetUploadUrlMetadata(const UploadUrlMetadata &value)
const Aws::String & GetRequestId() const
StartAttachedFileUploadResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue