7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/AgreementAvailability.h>
10#include <aws/bedrock/model/AuthorizationStatus.h>
11#include <aws/bedrock/model/EntitlementAvailability.h>
12#include <aws/bedrock/model/RegionAvailability.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename ModelIdT = Aws::String>
45 void SetModelId(ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
46 template<
typename ModelIdT = Aws::String>
55 template<
typename AgreementAvailabilityT = AgreementAvailability>
56 void SetAgreementAvailability(AgreementAvailabilityT&& value) { m_agreementAvailabilityHasBeenSet =
true; m_agreementAvailability = std::forward<AgreementAvailabilityT>(value); }
57 template<
typename AgreementAvailabilityT = AgreementAvailability>
91 template<
typename RequestIdT = Aws::String>
92 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
93 template<
typename RequestIdT = Aws::String>
99 bool m_modelIdHasBeenSet =
false;
102 bool m_agreementAvailabilityHasBeenSet =
false;
105 bool m_authorizationStatusHasBeenSet =
false;
108 bool m_entitlementAvailabilityHasBeenSet =
false;
111 bool m_regionAvailabilityHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetRegionAvailability(RegionAvailability value)
EntitlementAvailability GetEntitlementAvailability() const
const Aws::String & GetModelId() const
void SetAuthorizationStatus(AuthorizationStatus value)
AWS_BEDROCK_API GetFoundationModelAvailabilityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFoundationModelAvailabilityResult & WithRequestId(RequestIdT &&value)
GetFoundationModelAvailabilityResult & WithAgreementAvailability(AgreementAvailabilityT &&value)
AWS_BEDROCK_API GetFoundationModelAvailabilityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFoundationModelAvailabilityResult & WithRegionAvailability(RegionAvailability value)
void SetEntitlementAvailability(EntitlementAvailability value)
const AgreementAvailability & GetAgreementAvailability() const
RegionAvailability GetRegionAvailability() const
void SetAgreementAvailability(AgreementAvailabilityT &&value)
GetFoundationModelAvailabilityResult & WithEntitlementAvailability(EntitlementAvailability value)
void SetModelId(ModelIdT &&value)
AWS_BEDROCK_API GetFoundationModelAvailabilityResult()=default
const Aws::String & GetRequestId() const
GetFoundationModelAvailabilityResult & WithAuthorizationStatus(AuthorizationStatus value)
GetFoundationModelAvailabilityResult & WithModelId(ModelIdT &&value)
AuthorizationStatus GetAuthorizationStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue