7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace StorageGateway
44 template<
typename GatewayARNT = Aws::String>
45 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
46 template<
typename GatewayARNT = Aws::String>
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>
61 bool m_gatewayARNHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
AWS_STORAGEGATEWAY_API UpdateBandwidthRateLimitResult()=default
const Aws::String & GetGatewayARN() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
UpdateBandwidthRateLimitResult & WithRequestId(RequestIdT &&value)
UpdateBandwidthRateLimitResult & WithGatewayARN(GatewayARNT &&value)
AWS_STORAGEGATEWAY_API UpdateBandwidthRateLimitResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API UpdateBandwidthRateLimitResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGatewayARN(GatewayARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue