7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/servicediscovery/ServiceDiscoveryRequest.h>
9#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
14namespace ServiceDiscovery {
39 template <
typename OperationIdT = Aws::String>
41 m_operationIdHasBeenSet =
true;
42 m_operationId = std::forward<OperationIdT>(value);
44 template <
typename OperationIdT = Aws::String>
60 template <
typename OwnerAccountT = Aws::String>
62 m_ownerAccountHasBeenSet =
true;
63 m_ownerAccount = std::forward<OwnerAccountT>(value);
65 template <
typename OwnerAccountT = Aws::String>
75 bool m_operationIdHasBeenSet =
false;
76 bool m_ownerAccountHasBeenSet =
false;
AWS_SERVICEDISCOVERY_API Aws::String SerializePayload() const override
const Aws::String & GetOwnerAccount() const
virtual const char * GetServiceRequestName() const override
bool OwnerAccountHasBeenSet() const
GetOperationRequest & WithOperationId(OperationIdT &&value)
bool OperationIdHasBeenSet() const
AWS_SERVICEDISCOVERY_API GetOperationRequest()=default
void SetOwnerAccount(OwnerAccountT &&value)
const Aws::String & GetOperationId() const
void SetOperationId(OperationIdT &&value)
GetOperationRequest & WithOwnerAccount(OwnerAccountT &&value)
AWS_SERVICEDISCOVERY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String