7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3control/S3Control_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename CreatedAtT = Aws::Utils::DateTime>
38 m_createdAtHasBeenSet =
true;
39 m_createdAt = std::forward<CreatedAtT>(value);
41 template <
typename CreatedAtT = Aws::Utils::DateTime>
56 template <
typename AccessGrantsLocationIdT = Aws::String>
58 m_accessGrantsLocationIdHasBeenSet =
true;
59 m_accessGrantsLocationId = std::forward<AccessGrantsLocationIdT>(value);
61 template <
typename AccessGrantsLocationIdT = Aws::String>
74 template <
typename AccessGrantsLocationArnT = Aws::String>
76 m_accessGrantsLocationArnHasBeenSet =
true;
77 m_accessGrantsLocationArn = std::forward<AccessGrantsLocationArnT>(value);
79 template <
typename AccessGrantsLocationArnT = Aws::String>
95 template <
typename LocationScopeT = Aws::String>
97 m_locationScopeHasBeenSet =
true;
98 m_locationScope = std::forward<LocationScopeT>(value);
100 template <
typename LocationScopeT = Aws::String>
114 template <
typename IAMRoleArnT = Aws::String>
116 m_iAMRoleArnHasBeenSet =
true;
117 m_iAMRoleArn = std::forward<IAMRoleArnT>(value);
119 template <
typename IAMRoleArnT = Aws::String>
131 template <
typename RequestIdT = Aws::String>
133 m_requestIdHasBeenSet =
true;
134 m_requestId = std::forward<RequestIdT>(value);
136 template <
typename RequestIdT = Aws::String>
148 template <
typename HostIdT = Aws::String>
150 m_hostIdHasBeenSet =
true;
151 m_hostId = std::forward<HostIdT>(value);
153 template <
typename HostIdT = Aws::String>
176 bool m_createdAtHasBeenSet =
false;
177 bool m_accessGrantsLocationIdHasBeenSet =
false;
178 bool m_accessGrantsLocationArnHasBeenSet =
false;
179 bool m_locationScopeHasBeenSet =
false;
180 bool m_iAMRoleArnHasBeenSet =
false;
181 bool m_requestIdHasBeenSet =
false;
182 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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