7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
62 bool m_roleArnHasBeenSet =
false;
AWS_IOTFLEETWISE_API IamResources(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(const char *value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RoleArnHasBeenSet() const
IamResources & WithRoleArn(Aws::String &&value)
AWS_IOTFLEETWISE_API IamResources()
IamResources & WithRoleArn(const Aws::String &value)
const Aws::String & GetRoleArn() const
void SetRoleArn(const Aws::String &value)
AWS_IOTFLEETWISE_API IamResources & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(Aws::String &&value)
IamResources & WithRoleArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue