7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
19namespace EntityResolution {
43 template <
typename RoleArnT = Aws::String>
45 m_roleArnHasBeenSet =
true;
46 m_roleArn = std::forward<RoleArnT>(value);
48 template <
typename RoleArnT = Aws::String>
61 template <
typename OutputS3PathT = Aws::String>
63 m_outputS3PathHasBeenSet =
true;
64 m_outputS3Path = std::forward<OutputS3PathT>(value);
66 template <
typename OutputS3PathT = Aws::String>
80 template <
typename KMSArnT = Aws::String>
82 m_kMSArnHasBeenSet =
true;
83 m_kMSArn = std::forward<KMSArnT>(value);
85 template <
typename KMSArnT = Aws::String>
97 bool m_roleArnHasBeenSet =
false;
98 bool m_outputS3PathHasBeenSet =
false;
99 bool m_kMSArnHasBeenSet =
false;
bool OutputS3PathHasBeenSet() const
bool RoleArnHasBeenSet() const
bool KMSArnHasBeenSet() const
const Aws::String & GetRoleArn() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(RoleArnT &&value)
AWS_ENTITYRESOLUTION_API JobOutputSource()=default
const Aws::String & GetOutputS3Path() const
JobOutputSource & WithOutputS3Path(OutputS3PathT &&value)
AWS_ENTITYRESOLUTION_API JobOutputSource(Aws::Utils::Json::JsonView jsonValue)
JobOutputSource & WithKMSArn(KMSArnT &&value)
AWS_ENTITYRESOLUTION_API JobOutputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKMSArn() const
void SetOutputS3Path(OutputS3PathT &&value)
JobOutputSource & WithRoleArn(RoleArnT &&value)
void SetKMSArn(KMSArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue