7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/GlacierJobParameters.h>
9#include <aws/s3/model/RestoreRequestType.h>
10#include <aws/s3/model/Tier.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/s3/model/SelectParameters.h>
13#include <aws/s3/model/OutputLocation.h>
51 inline int GetDays()
const {
return m_days; }
53 inline void SetDays(
int value) { m_daysHasBeenSet =
true; m_days = value; }
64 template<
typename GlacierJobParametersT = GlacierJobParameters>
65 void SetGlacierJobParameters(GlacierJobParametersT&& value) { m_glacierJobParametersHasBeenSet =
true; m_glacierJobParameters = std::forward<GlacierJobParametersT>(value); }
66 template<
typename GlacierJobParametersT = GlacierJobParameters>
90 inline void SetTier(
Tier value) { m_tierHasBeenSet =
true; m_tier = value; }
100 template<
typename DescriptionT = Aws::String>
101 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
102 template<
typename DescriptionT = Aws::String>
116 template<
typename SelectParametersT = SelectParameters>
117 void SetSelectParameters(SelectParametersT&& value) { m_selectParametersHasBeenSet =
true; m_selectParameters = std::forward<SelectParametersT>(value); }
118 template<
typename SelectParametersT = SelectParameters>
128 template<
typename OutputLocationT = OutputLocation>
129 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
130 template<
typename OutputLocationT = OutputLocation>
136 bool m_daysHasBeenSet =
false;
138 GlacierJobParameters m_glacierJobParameters;
139 bool m_glacierJobParametersHasBeenSet =
false;
142 bool m_typeHasBeenSet =
false;
145 bool m_tierHasBeenSet =
false;
148 bool m_descriptionHasBeenSet =
false;
150 SelectParameters m_selectParameters;
151 bool m_selectParametersHasBeenSet =
false;
153 OutputLocation m_outputLocation;
154 bool m_outputLocationHasBeenSet =
false;
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool OutputLocationHasBeenSet() const
RestoreRequest & WithGlacierJobParameters(GlacierJobParametersT &&value)
void SetDescription(DescriptionT &&value)
RestoreRequest & WithDays(int value)
AWS_S3_API RestoreRequest()=default
bool TypeHasBeenSet() const
RestoreRequest & WithSelectParameters(SelectParametersT &&value)
bool GlacierJobParametersHasBeenSet() const
AWS_S3_API RestoreRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetType(RestoreRequestType value)
bool SelectParametersHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetSelectParameters(SelectParametersT &&value)
RestoreRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
RestoreRequestType GetType() const
RestoreRequest & WithTier(Tier value)
AWS_S3_API RestoreRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetGlacierJobParameters(GlacierJobParametersT &&value)
const GlacierJobParameters & GetGlacierJobParameters() const
const SelectParameters & GetSelectParameters() const
bool DaysHasBeenSet() const
RestoreRequest & WithOutputLocation(OutputLocationT &&value)
void SetOutputLocation(OutputLocationT &&value)
bool TierHasBeenSet() const
const OutputLocation & GetOutputLocation() const
RestoreRequest & WithType(RestoreRequestType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String