7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/ExportDestinationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace AuditManager {
43 m_destinationTypeHasBeenSet =
true;
44 m_destinationType = value;
58 template <
typename DestinationT = Aws::String>
60 m_destinationHasBeenSet =
true;
61 m_destination = std::forward<DestinationT>(value);
63 template <
typename DestinationT = Aws::String>
73 bool m_destinationTypeHasBeenSet =
false;
74 bool m_destinationHasBeenSet =
false;
AWS_AUDITMANAGER_API DefaultExportDestination()=default
DefaultExportDestination & WithDestinationType(ExportDestinationType value)
void SetDestination(DestinationT &&value)
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
ExportDestinationType GetDestinationType() const
void SetDestinationType(ExportDestinationType value)
AWS_AUDITMANAGER_API DefaultExportDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDestination() const
bool DestinationHasBeenSet() const
AWS_AUDITMANAGER_API DefaultExportDestination(Aws::Utils::Json::JsonView jsonValue)
bool DestinationTypeHasBeenSet() const
DefaultExportDestination & WithDestination(DestinationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue