7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template <
typename GuardrailProfileIdT = Aws::String>
50 m_guardrailProfileIdHasBeenSet =
true;
51 m_guardrailProfileId = std::forward<GuardrailProfileIdT>(value);
53 template <
typename GuardrailProfileIdT = Aws::String>
67 template <
typename GuardrailProfileArnT = Aws::String>
69 m_guardrailProfileArnHasBeenSet =
true;
70 m_guardrailProfileArn = std::forward<GuardrailProfileArnT>(value);
72 template <
typename GuardrailProfileArnT = Aws::String>
82 bool m_guardrailProfileIdHasBeenSet =
false;
83 bool m_guardrailProfileArnHasBeenSet =
false;
const Aws::String & GetGuardrailProfileArn() const
const Aws::String & GetGuardrailProfileId() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool GuardrailProfileIdHasBeenSet() const
AWS_BEDROCK_API GuardrailCrossRegionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API GuardrailCrossRegionDetails(Aws::Utils::Json::JsonView jsonValue)
void SetGuardrailProfileArn(GuardrailProfileArnT &&value)
AWS_BEDROCK_API GuardrailCrossRegionDetails()=default
GuardrailCrossRegionDetails & WithGuardrailProfileArn(GuardrailProfileArnT &&value)
GuardrailCrossRegionDetails & WithGuardrailProfileId(GuardrailProfileIdT &&value)
bool GuardrailProfileArnHasBeenSet() const
void SetGuardrailProfileId(GuardrailProfileIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue