7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ManifestFileLocation.h>
42 template <
typename ManifestFileLocationT = ManifestFileLocation>
44 m_manifestFileLocationHasBeenSet =
true;
45 m_manifestFileLocation = std::forward<ManifestFileLocationT>(value);
47 template <
typename ManifestFileLocationT = ManifestFileLocation>
65 template <
typename RoleArnT = Aws::String>
67 m_roleArnHasBeenSet =
true;
68 m_roleArn = std::forward<RoleArnT>(value);
70 template <
typename RoleArnT = Aws::String>
80 bool m_manifestFileLocationHasBeenSet =
false;
81 bool m_roleArnHasBeenSet =
false;
S3Parameters & WithManifestFileLocation(ManifestFileLocationT &&value)
S3Parameters & WithRoleArn(RoleArnT &&value)
void SetManifestFileLocation(ManifestFileLocationT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API S3Parameters()=default
const Aws::String & GetRoleArn() const
AWS_QUICKSIGHT_API S3Parameters(Aws::Utils::Json::JsonView jsonValue)
bool ManifestFileLocationHasBeenSet() const
const ManifestFileLocation & GetManifestFileLocation() const
bool RoleArnHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
AWS_QUICKSIGHT_API S3Parameters & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue