7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elementalinference/ElementalInferenceRequest.h>
10#include <aws/elementalinference/ElementalInference_EXPORTS.h>
15namespace ElementalInference {
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
56 template <
typename AssociatedResourceNameT = Aws::String>
58 m_associatedResourceNameHasBeenSet =
true;
59 m_associatedResourceName = std::forward<AssociatedResourceNameT>(value);
61 template <
typename AssociatedResourceNameT = Aws::String>
75 m_dryRunHasBeenSet =
true;
89 bool m_idHasBeenSet =
false;
90 bool m_associatedResourceNameHasBeenSet =
true;
91 bool m_dryRunHasBeenSet =
false;
AWS_ELEMENTALINFERENCE_API Aws::String SerializePayload() const override
void SetDryRun(bool value)
DisassociateFeedRequest & WithAssociatedResourceName(AssociatedResourceNameT &&value)
bool IdHasBeenSet() const
void SetAssociatedResourceName(AssociatedResourceNameT &&value)
DisassociateFeedRequest & WithId(IdT &&value)
AWS_ELEMENTALINFERENCE_API DisassociateFeedRequest()=default
bool AssociatedResourceNameHasBeenSet() const
const Aws::String & GetAssociatedResourceName() const
bool DryRunHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetId() const
DisassociateFeedRequest & WithDryRun(bool value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String