7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/StorageLensGroup.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename StorageLensGroupT = StorageLensGroup>
43 void SetStorageLensGroup(StorageLensGroupT&& value) { m_storageLensGroupHasBeenSet =
true; m_storageLensGroup = std::forward<StorageLensGroupT>(value); }
44 template<
typename StorageLensGroupT = StorageLensGroup>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
64 template<
typename HostIdT = Aws::String>
65 void SetHostId(HostIdT&& value) { m_hostIdHasBeenSet =
true; m_hostId = std::forward<HostIdT>(value); }
66 template<
typename HostIdT = Aws::String>
72 bool m_storageLensGroupHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
78 bool m_hostIdHasBeenSet =
false;
AWS_S3CONTROL_API GetStorageLensGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const StorageLensGroup & GetStorageLensGroup() const
AWS_S3CONTROL_API GetStorageLensGroupResult()=default
const Aws::String & GetHostId() const
void SetHostId(HostIdT &&value)
const Aws::String & GetRequestId() const
AWS_S3CONTROL_API GetStorageLensGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetRequestId(RequestIdT &&value)
GetStorageLensGroupResult & WithStorageLensGroup(StorageLensGroupT &&value)
GetStorageLensGroupResult & WithRequestId(RequestIdT &&value)
GetStorageLensGroupResult & WithHostId(HostIdT &&value)
void SetStorageLensGroup(StorageLensGroupT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument