7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/model/S3Location.h>
48 template<
typename S3T = S3Location>
49 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
50 template<
typename S3T = S3Location>
56 bool m_s3HasBeenSet =
false;
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
OutputLocation & WithS3(S3T &&value)
AWS_GLACIER_API OutputLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3HasBeenSet() const
const S3Location & GetS3() const
AWS_GLACIER_API OutputLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_GLACIER_API OutputLocation()=default
Aws::Utils::Json::JsonValue JsonValue