7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationService_EXPORTS.h>
9#include <aws/location/model/JobOutputFormat.h>
20namespace LocationService {
43 m_formatHasBeenSet =
true;
60 template <
typename LocationT = Aws::String>
62 m_locationHasBeenSet =
true;
63 m_location = std::forward<LocationT>(value);
65 template <
typename LocationT = Aws::String>
75 bool m_formatHasBeenSet =
false;
76 bool m_locationHasBeenSet =
false;
bool FormatHasBeenSet() const
AWS_LOCATIONSERVICE_API JobOutputOptions()=default
const Aws::String & GetLocation() const
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocation(LocationT &&value)
bool LocationHasBeenSet() const
void SetFormat(JobOutputFormat value)
AWS_LOCATIONSERVICE_API JobOutputOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
JobOutputOptions & WithLocation(LocationT &&value)
JobOutputFormat GetFormat() const
JobOutputOptions & WithFormat(JobOutputFormat value)
AWS_LOCATIONSERVICE_API JobOutputOptions(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue