7#include <aws/backup-gateway/BackupGateway_EXPORTS.h>
8#include <aws/backup-gateway/BackupGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/backup-gateway/model/BandwidthRateLimitInterval.h>
16namespace BackupGateway
47 template<
typename Bandw
idthRateLimitIntervalsT = Aws::Vector<Bandw
idthRateLimitInterval>>
48 void SetBandwidthRateLimitIntervals(BandwidthRateLimitIntervalsT&& value) { m_bandwidthRateLimitIntervalsHasBeenSet =
true; m_bandwidthRateLimitIntervals = std::forward<BandwidthRateLimitIntervalsT>(value); }
49 template<
typename Bandw
idthRateLimitIntervalsT = Aws::Vector<Bandw
idthRateLimitInterval>>
51 template<
typename Bandw
idthRateLimitIntervalsT = Bandw
idthRateLimitInterval>
64 template<
typename GatewayArnT = Aws::String>
65 void SetGatewayArn(GatewayArnT&& value) { m_gatewayArnHasBeenSet =
true; m_gatewayArn = std::forward<GatewayArnT>(value); }
66 template<
typename GatewayArnT = Aws::String>
72 bool m_bandwidthRateLimitIntervalsHasBeenSet =
false;
75 bool m_gatewayArnHasBeenSet =
false;
AWS_BACKUPGATEWAY_API PutBandwidthRateLimitScheduleRequest()=default
bool GatewayArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
PutBandwidthRateLimitScheduleRequest & AddBandwidthRateLimitIntervals(BandwidthRateLimitIntervalsT &&value)
bool BandwidthRateLimitIntervalsHasBeenSet() const
const Aws::Vector< BandwidthRateLimitInterval > & GetBandwidthRateLimitIntervals() const
void SetBandwidthRateLimitIntervals(BandwidthRateLimitIntervalsT &&value)
PutBandwidthRateLimitScheduleRequest & WithGatewayArn(GatewayArnT &&value)
AWS_BACKUPGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetGatewayArn(GatewayArnT &&value)
AWS_BACKUPGATEWAY_API Aws::String SerializePayload() const override
const Aws::String & GetGatewayArn() const
PutBandwidthRateLimitScheduleRequest & WithBandwidthRateLimitIntervals(BandwidthRateLimitIntervalsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector