7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize/Personalize_EXPORTS.h>
9#include <aws/personalize/model/S3DataConfig.h>
20namespace Personalize {
40 template <
typename S3DataDestinationT = S3DataConfig>
42 m_s3DataDestinationHasBeenSet =
true;
43 m_s3DataDestination = std::forward<S3DataDestinationT>(value);
45 template <
typename S3DataDestinationT = S3DataConfig>
62 template <
typename RoleArnT = Aws::String>
64 m_roleArnHasBeenSet =
true;
65 m_roleArn = std::forward<RoleArnT>(value);
67 template <
typename RoleArnT = Aws::String>
77 bool m_s3DataDestinationHasBeenSet =
false;
78 bool m_roleArnHasBeenSet =
false;
void SetS3DataDestination(S3DataDestinationT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_PERSONALIZE_API MetricAttributionOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RoleArnHasBeenSet() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
MetricAttributionOutput & WithS3DataDestination(S3DataDestinationT &&value)
MetricAttributionOutput & WithRoleArn(RoleArnT &&value)
const Aws::String & GetRoleArn() const
AWS_PERSONALIZE_API MetricAttributionOutput(Aws::Utils::Json::JsonView jsonValue)
const S3DataConfig & GetS3DataDestination() const
bool S3DataDestinationHasBeenSet() const
AWS_PERSONALIZE_API MetricAttributionOutput()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue