7#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
8#include <aws/servicediscovery/ServiceDiscoveryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ServiceDiscovery
43 template<
typename OperationIdT = Aws::String>
44 void SetOperationId(OperationIdT&& value) { m_operationIdHasBeenSet =
true; m_operationId = std::forward<OperationIdT>(value); }
45 template<
typename OperationIdT = Aws::String>
58 template<
typename OwnerAccountT = Aws::String>
59 void SetOwnerAccount(OwnerAccountT&& value) { m_ownerAccountHasBeenSet =
true; m_ownerAccount = std::forward<OwnerAccountT>(value); }
60 template<
typename OwnerAccountT = Aws::String>
66 bool m_operationIdHasBeenSet =
false;
69 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