7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
58 template <
typename ServiceT = Aws::String>
60 m_serviceHasBeenSet =
true;
61 m_service = std::forward<ServiceT>(value);
63 template <
typename ServiceT = Aws::String>
73 bool m_idHasBeenSet =
false;
74 bool m_serviceHasBeenSet =
false;
AWS_LIGHTSAIL_API DestinationInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetService() const
DestinationInfo & WithService(ServiceT &&value)
void SetService(ServiceT &&value)
const Aws::String & GetId() const
AWS_LIGHTSAIL_API DestinationInfo()=default
bool ServiceHasBeenSet() const
DestinationInfo & WithId(IdT &&value)
bool IdHasBeenSet() const
AWS_LIGHTSAIL_API DestinationInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue