7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ManifestFileLocation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ManifestFileLocationT = ManifestFileLocation>
49 void SetManifestFileLocation(ManifestFileLocationT&& value) { m_manifestFileLocationHasBeenSet =
true; m_manifestFileLocation = std::forward<ManifestFileLocationT>(value); }
50 template<
typename ManifestFileLocationT = ManifestFileLocation>
65 template<
typename RoleArnT = Aws::String>
66 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
67 template<
typename RoleArnT = Aws::String>
73 bool m_manifestFileLocationHasBeenSet =
false;
76 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