7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AgreementService
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
62 template<
typename TypeT = Aws::String>
63 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
64 template<
typename TypeT = Aws::String>
70 bool m_idHasBeenSet =
false;
73 bool m_typeHasBeenSet =
false;
const Aws::String & GetId() const
const Aws::String & GetType() const
AWS_AGREEMENTSERVICE_API Resource(Aws::Utils::Json::JsonView jsonValue)
Resource & WithId(IdT &&value)
Resource & WithType(TypeT &&value)
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGREEMENTSERVICE_API Resource()=default
bool IdHasBeenSet() const
void SetType(TypeT &&value)
AWS_AGREEMENTSERVICE_API Resource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue