7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/model/EFSAuthorizationConfigIAM.h>
55 template<
typename AccessPo
intIdT = Aws::String>
56 void SetAccessPointId(AccessPointIdT&& value) { m_accessPointIdHasBeenSet =
true; m_accessPointId = std::forward<AccessPointIdT>(value); }
57 template<
typename AccessPo
intIdT = Aws::String>
80 bool m_accessPointIdHasBeenSet =
false;
83 bool m_iamHasBeenSet =
false;
void SetAccessPointId(AccessPointIdT &&value)
EFSAuthorizationConfigIAM GetIam() const
const Aws::String & GetAccessPointId() const
EFSAuthorizationConfig & WithAccessPointId(AccessPointIdT &&value)
void SetIam(EFSAuthorizationConfigIAM value)
EFSAuthorizationConfig & WithIam(EFSAuthorizationConfigIAM value)
bool IamHasBeenSet() const
AWS_ECS_API EFSAuthorizationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API EFSAuthorizationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AccessPointIdHasBeenSet() const
AWS_ECS_API EFSAuthorizationConfig()=default
EFSAuthorizationConfigIAM
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue