7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3/S3_EXPORTS.h>
9#include <aws/s3/model/GlacierJobParameters.h>
10#include <aws/s3/model/OutputLocation.h>
11#include <aws/s3/model/RestoreRequestType.h>
12#include <aws/s3/model/SelectParameters.h>
13#include <aws/s3/model/Tier.h>
45 inline int GetDays()
const {
return m_days; }
48 m_daysHasBeenSet =
true;
64 template <
typename GlacierJobParametersT = GlacierJobParameters>
66 m_glacierJobParametersHasBeenSet =
true;
67 m_glacierJobParameters = std::forward<GlacierJobParametersT>(value);
69 template <
typename GlacierJobParametersT = GlacierJobParameters>
87 m_typeHasBeenSet =
true;
103 m_tierHasBeenSet =
true;
118 template <
typename DescriptionT = Aws::String>
120 m_descriptionHasBeenSet =
true;
121 m_description = std::forward<DescriptionT>(value);
123 template <
typename DescriptionT = Aws::String>
140 template <
typename SelectParametersT = SelectParameters>
142 m_selectParametersHasBeenSet =
true;
143 m_selectParameters = std::forward<SelectParametersT>(value);
145 template <
typename SelectParametersT = SelectParameters>
158 template <
typename OutputLocationT = OutputLocation>
160 m_outputLocationHasBeenSet =
true;
161 m_outputLocation = std::forward<OutputLocationT>(value);
163 template <
typename OutputLocationT = OutputLocation>
172 GlacierJobParameters m_glacierJobParameters;
180 SelectParameters m_selectParameters;
182 OutputLocation m_outputLocation;
183 bool m_daysHasBeenSet =
false;
184 bool m_glacierJobParametersHasBeenSet =
false;
185 bool m_typeHasBeenSet =
false;
186 bool m_tierHasBeenSet =
false;
187 bool m_descriptionHasBeenSet =
false;
188 bool m_selectParametersHasBeenSet =
false;
189 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