7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/guardduty/model/ThreatIntelSetFormat.h>
10#include <aws/guardduty/model/ThreatIntelSetStatus.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
47 inline void SetName(
const char* value) { m_name.assign(value); }
71 inline void SetLocation(
const char* value) { m_location.assign(value); }
111 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const ThreatIntelSetStatus & GetStatus() const
GetThreatIntelSetResult & AddTags(Aws::String &&key, const char *value)
void SetStatus(const ThreatIntelSetStatus &value)
void SetName(const Aws::String &value)
void SetRequestId(Aws::String &&value)
AWS_GUARDDUTY_API GetThreatIntelSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetThreatIntelSetResult & WithName(const Aws::String &value)
GetThreatIntelSetResult & AddTags(const Aws::String &key, Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
GetThreatIntelSetResult & WithLocation(const Aws::String &value)
GetThreatIntelSetResult & WithRequestId(const Aws::String &value)
GetThreatIntelSetResult & WithName(const char *value)
GetThreatIntelSetResult & WithStatus(const ThreatIntelSetStatus &value)
GetThreatIntelSetResult & AddTags(Aws::String &&key, const Aws::String &value)
AWS_GUARDDUTY_API GetThreatIntelSetResult()
void SetLocation(const Aws::String &value)
GetThreatIntelSetResult & WithStatus(ThreatIntelSetStatus &&value)
void SetName(const char *value)
const ThreatIntelSetFormat & GetFormat() const
GetThreatIntelSetResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
GetThreatIntelSetResult & WithLocation(Aws::String &&value)
const Aws::String & GetName() const
void SetStatus(ThreatIntelSetStatus &&value)
void SetName(Aws::String &&value)
GetThreatIntelSetResult & AddTags(const char *key, Aws::String &&value)
GetThreatIntelSetResult & AddTags(const char *key, const char *value)
GetThreatIntelSetResult & AddTags(const Aws::String &key, const Aws::String &value)
GetThreatIntelSetResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetRequestId() const
GetThreatIntelSetResult & WithRequestId(const char *value)
void SetLocation(Aws::String &&value)
GetThreatIntelSetResult & WithName(Aws::String &&value)
GetThreatIntelSetResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
AWS_GUARDDUTY_API GetThreatIntelSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetThreatIntelSetResult & WithFormat(const ThreatIntelSetFormat &value)
GetThreatIntelSetResult & WithLocation(const char *value)
void SetFormat(const ThreatIntelSetFormat &value)
GetThreatIntelSetResult & AddTags(Aws::String &&key, Aws::String &&value)
GetThreatIntelSetResult & WithFormat(ThreatIntelSetFormat &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetLocation(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetFormat(ThreatIntelSetFormat &&value)
void SetRequestId(const char *value)
const Aws::String & GetLocation() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue