7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename DetectorIdT = Aws::String>
46 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
47 template<
typename DetectorIdT = Aws::String>
58 template<
typename TrustedEntitySetIdT = Aws::String>
59 void SetTrustedEntitySetId(TrustedEntitySetIdT&& value) { m_trustedEntitySetIdHasBeenSet =
true; m_trustedEntitySetId = std::forward<TrustedEntitySetIdT>(value); }
60 template<
typename TrustedEntitySetIdT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
84 template<
typename LocationT = Aws::String>
85 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
86 template<
typename LocationT = Aws::String>
97 template<
typename ExpectedBucketOwnerT = Aws::String>
98 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
99 template<
typename ExpectedBucketOwnerT = Aws::String>
112 inline void SetActivate(
bool value) { m_activateHasBeenSet =
true; m_activate = value; }
118 bool m_detectorIdHasBeenSet =
false;
121 bool m_trustedEntitySetIdHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
127 bool m_locationHasBeenSet =
false;
130 bool m_expectedBucketOwnerHasBeenSet =
false;
132 bool m_activate{
false};
133 bool m_activateHasBeenSet =
false;
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
UpdateTrustedEntitySetRequest & WithActivate(bool value)
bool ExpectedBucketOwnerHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
const Aws::String & GetTrustedEntitySetId() const
void SetLocation(LocationT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
UpdateTrustedEntitySetRequest & WithLocation(LocationT &&value)
const Aws::String & GetLocation() const
UpdateTrustedEntitySetRequest & WithDetectorId(DetectorIdT &&value)
bool ActivateHasBeenSet() const
UpdateTrustedEntitySetRequest & WithTrustedEntitySetId(TrustedEntitySetIdT &&value)
UpdateTrustedEntitySetRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
UpdateTrustedEntitySetRequest & WithName(NameT &&value)
bool DetectorIdHasBeenSet() const
const Aws::String & GetName() const
void SetActivate(bool value)
const Aws::String & GetExpectedBucketOwner() const
const Aws::String & GetDetectorId() const
void SetDetectorId(DetectorIdT &&value)
bool TrustedEntitySetIdHasBeenSet() const
bool NameHasBeenSet() const
AWS_GUARDDUTY_API UpdateTrustedEntitySetRequest()=default
bool LocationHasBeenSet() const
void SetTrustedEntitySetId(TrustedEntitySetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String