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