7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMS_EXPORTS.h>
41 template <
typename URIT = Aws::String>
43 m_uRIHasBeenSet =
true;
44 m_uRI = std::forward<URIT>(value);
46 template <
typename URIT = Aws::String>
48 SetURI(std::forward<URIT>(value));
60 template <
typename AccountIdT = Aws::String>
62 m_accountIdHasBeenSet =
true;
63 m_accountId = std::forward<AccountIdT>(value);
65 template <
typename AccountIdT = Aws::String>
75 bool m_uRIHasBeenSet =
false;
76 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