7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename URIT = Aws::String>
48 void SetURI(URIT&& value) { m_uRIHasBeenSet =
true; m_uRI = std::forward<URIT>(value); }
49 template<
typename URIT = Aws::String>
60 template<
typename AccountIdT = Aws::String>
61 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
62 template<
typename AccountIdT = Aws::String>
68 bool m_uRIHasBeenSet =
false;
71 bool m_accountIdHasBeenSet =
false;
Resource & WithAccountId(AccountIdT &&value)
bool URIHasBeenSet() const
const Aws::String & GetAccountId() const
bool AccountIdHasBeenSet() const
void SetURI(URIT &&value)
AWS_FMS_API Resource()=default
AWS_FMS_API Resource(Aws::Utils::Json::JsonView jsonValue)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FMS_API Resource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
Resource & WithURI(URIT &&value)
const Aws::String & GetURI() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue