7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/odb/Odb_EXPORTS.h>
9#include <aws/odb/model/OciAwsIntegration.h>
44 template <
typename IamRoleArnT = Aws::String>
46 m_iamRoleArnHasBeenSet =
true;
47 m_iamRoleArn = std::forward<IamRoleArnT>(value);
49 template <
typename IamRoleArnT = Aws::String>
64 m_awsIntegrationHasBeenSet =
true;
65 m_awsIntegration = value;
76 bool m_iamRoleArnHasBeenSet =
false;
77 bool m_awsIntegrationHasBeenSet =
false;
const Aws::String & GetIamRoleArn() const
void SetAwsIntegration(OciAwsIntegration value)
bool AwsIntegrationHasBeenSet() const
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ODB_API OciIamRole(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API OciIamRole()=default
OciAwsIntegration GetAwsIntegration() const
bool IamRoleArnHasBeenSet() const
void SetIamRoleArn(IamRoleArnT &&value)
OciIamRole & WithAwsIntegration(OciAwsIntegration value)
OciIamRole & WithIamRoleArn(IamRoleArnT &&value)
AWS_ODB_API OciIamRole & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue