7#include <aws/backup-gateway/BackupGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/backup-gateway/model/BandwidthRateLimitInterval.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace BackupGateway
62 inline void SetGatewayArn(
const char* value) { m_gatewayArn.assign(value); }
73 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetBandwidthRateLimitScheduleResult & WithGatewayArn(Aws::String &&value)
GetBandwidthRateLimitScheduleResult & WithGatewayArn(const Aws::String &value)
void SetGatewayArn(const char *value)
GetBandwidthRateLimitScheduleResult & WithBandwidthRateLimitIntervals(const Aws::Vector< BandwidthRateLimitInterval > &value)
AWS_BACKUPGATEWAY_API GetBandwidthRateLimitScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBandwidthRateLimitScheduleResult & AddBandwidthRateLimitIntervals(const BandwidthRateLimitInterval &value)
void SetBandwidthRateLimitIntervals(const Aws::Vector< BandwidthRateLimitInterval > &value)
const Aws::Vector< BandwidthRateLimitInterval > & GetBandwidthRateLimitIntervals() const
GetBandwidthRateLimitScheduleResult & WithBandwidthRateLimitIntervals(Aws::Vector< BandwidthRateLimitInterval > &&value)
void SetGatewayArn(const Aws::String &value)
AWS_BACKUPGATEWAY_API GetBandwidthRateLimitScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBandwidthRateLimitScheduleResult & WithRequestId(const Aws::String &value)
void SetBandwidthRateLimitIntervals(Aws::Vector< BandwidthRateLimitInterval > &&value)
const Aws::String & GetGatewayArn() const
AWS_BACKUPGATEWAY_API GetBandwidthRateLimitScheduleResult()
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
GetBandwidthRateLimitScheduleResult & WithGatewayArn(const char *value)
GetBandwidthRateLimitScheduleResult & WithRequestId(Aws::String &&value)
void SetRequestId(const char *value)
GetBandwidthRateLimitScheduleResult & AddBandwidthRateLimitIntervals(BandwidthRateLimitInterval &&value)
GetBandwidthRateLimitScheduleResult & WithRequestId(const char *value)
void SetRequestId(const Aws::String &value)
void SetGatewayArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue