7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/model/S3DataConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename S3DataDestinationT = S3DataConfig>
47 void SetS3DataDestination(S3DataDestinationT&& value) { m_s3DataDestinationHasBeenSet =
true; m_s3DataDestination = std::forward<S3DataDestinationT>(value); }
48 template<
typename S3DataDestinationT = S3DataConfig>
62 template<
typename RoleArnT = Aws::String>
63 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
64 template<
typename RoleArnT = Aws::String>
70 bool m_s3DataDestinationHasBeenSet =
false;
73 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