7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSync_EXPORTS.h>
48 template <
typename TokenT = Aws::String>
50 m_tokenHasBeenSet =
true;
51 m_token = std::forward<TokenT>(value);
53 template <
typename TokenT = Aws::String>
55 SetToken(std::forward<TokenT>(value));
61 bool m_tokenHasBeenSet =
false;
AWS_DATASYNC_API AzureBlobSasConfiguration(Aws::Utils::Json::JsonView jsonValue)
AzureBlobSasConfiguration & WithToken(TokenT &&value)
AWS_DATASYNC_API AzureBlobSasConfiguration()=default
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetToken() const
AWS_DATASYNC_API AzureBlobSasConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TokenHasBeenSet() const
void SetToken(TokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue