7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/vpc-lattice/model/Target.h>
45 inline void SetTargetGroupIdentifier(
const char* value) { m_targetGroupIdentifierHasBeenSet =
true; m_targetGroupIdentifier.assign(value); }
67 bool m_targetGroupIdentifierHasBeenSet =
false;
70 bool m_targetsHasBeenSet =
false;
RegisterTargetsRequest & AddTargets(const Target &value)
AWS_VPCLATTICE_API RegisterTargetsRequest()
RegisterTargetsRequest & WithTargetGroupIdentifier(Aws::String &&value)
RegisterTargetsRequest & WithTargets(const Aws::Vector< Target > &value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
void SetTargets(Aws::Vector< Target > &&value)
void SetTargetGroupIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
RegisterTargetsRequest & AddTargets(Target &&value)
RegisterTargetsRequest & WithTargetGroupIdentifier(const Aws::String &value)
RegisterTargetsRequest & WithTargets(Aws::Vector< Target > &&value)
void SetTargets(const Aws::Vector< Target > &value)
void SetTargetGroupIdentifier(const char *value)
bool TargetsHasBeenSet() const
bool TargetGroupIdentifierHasBeenSet() const
const Aws::Vector< Target > & GetTargets() const
void SetTargetGroupIdentifier(const Aws::String &value)
RegisterTargetsRequest & WithTargetGroupIdentifier(const char *value)
const Aws::String & GetTargetGroupIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector