7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename S3ResourceArnT = Aws::String>
53 void SetS3ResourceArn(S3ResourceArnT&& value) { m_s3ResourceArnHasBeenSet =
true; m_s3ResourceArn = std::forward<S3ResourceArnT>(value); }
54 template<
typename S3ResourceArnT = Aws::String>
67 template<
typename RoleArnT = Aws::String>
68 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
69 template<
typename RoleArnT = Aws::String>
75 bool m_s3ResourceArnHasBeenSet =
false;
78 bool m_roleArnHasBeenSet =
false;
AWS_IOTSITEWISE_API CustomerManagedS3Storage & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RoleArnHasBeenSet() const
const Aws::String & GetRoleArn() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3ResourceArn(S3ResourceArnT &&value)
AWS_IOTSITEWISE_API CustomerManagedS3Storage()=default
bool S3ResourceArnHasBeenSet() const
CustomerManagedS3Storage & WithS3ResourceArn(S3ResourceArnT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetS3ResourceArn() const
CustomerManagedS3Storage & WithRoleArn(RoleArnT &&value)
AWS_IOTSITEWISE_API CustomerManagedS3Storage(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue