7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3control/S3Control_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename CreatedAtT = Aws::Utils::DateTime>
37 m_createdAtHasBeenSet =
true;
38 m_createdAt = std::forward<CreatedAtT>(value);
40 template <
typename CreatedAtT = Aws::Utils::DateTime>
55 template <
typename AccessGrantsLocationIdT = Aws::String>
57 m_accessGrantsLocationIdHasBeenSet =
true;
58 m_accessGrantsLocationId = std::forward<AccessGrantsLocationIdT>(value);
60 template <
typename AccessGrantsLocationIdT = Aws::String>
73 template <
typename AccessGrantsLocationArnT = Aws::String>
75 m_accessGrantsLocationArnHasBeenSet =
true;
76 m_accessGrantsLocationArn = std::forward<AccessGrantsLocationArnT>(value);
78 template <
typename AccessGrantsLocationArnT = Aws::String>
94 template <
typename LocationScopeT = Aws::String>
96 m_locationScopeHasBeenSet =
true;
97 m_locationScope = std::forward<LocationScopeT>(value);
99 template <
typename LocationScopeT = Aws::String>
113 template <
typename IAMRoleArnT = Aws::String>
115 m_iAMRoleArnHasBeenSet =
true;
116 m_iAMRoleArn = std::forward<IAMRoleArnT>(value);
118 template <
typename IAMRoleArnT = Aws::String>
130 template <
typename RequestIdT = Aws::String>
132 m_requestIdHasBeenSet =
true;
133 m_requestId = std::forward<RequestIdT>(value);
135 template <
typename RequestIdT = Aws::String>
147 template <
typename HostIdT = Aws::String>
149 m_hostIdHasBeenSet =
true;
150 m_hostId = std::forward<HostIdT>(value);
152 template <
typename HostIdT = Aws::String>
172 bool m_createdAtHasBeenSet =
false;
173 bool m_accessGrantsLocationIdHasBeenSet =
false;
174 bool m_accessGrantsLocationArnHasBeenSet =
false;
175 bool m_locationScopeHasBeenSet =
false;
176 bool m_iAMRoleArnHasBeenSet =
false;
177 bool m_requestIdHasBeenSet =
false;
178 bool m_hostIdHasBeenSet =
false;
void SetLocationScope(LocationScopeT &&value)
void SetCreatedAt(CreatedAtT &&value)
UpdateAccessGrantsLocationResult & WithIAMRoleArn(IAMRoleArnT &&value)
void SetRequestId(RequestIdT &&value)
UpdateAccessGrantsLocationResult & WithAccessGrantsLocationArn(AccessGrantsLocationArnT &&value)
AWS_S3CONTROL_API UpdateAccessGrantsLocationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetAccessGrantsLocationId() const
AWS_S3CONTROL_API UpdateAccessGrantsLocationResult()=default
UpdateAccessGrantsLocationResult & WithAccessGrantsLocationId(AccessGrantsLocationIdT &&value)
UpdateAccessGrantsLocationResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetHostId() const
UpdateAccessGrantsLocationResult & WithRequestId(RequestIdT &&value)
AWS_S3CONTROL_API UpdateAccessGrantsLocationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetAccessGrantsLocationArn() const
void SetHostId(HostIdT &&value)
const Aws::String & GetLocationScope() const
UpdateAccessGrantsLocationResult & WithHostId(HostIdT &&value)
void SetAccessGrantsLocationId(AccessGrantsLocationIdT &&value)
UpdateAccessGrantsLocationResult & WithLocationScope(LocationScopeT &&value)
void SetIAMRoleArn(IAMRoleArnT &&value)
void SetAccessGrantsLocationArn(AccessGrantsLocationArnT &&value)
const Aws::String & GetIAMRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument