7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetGameLiftAwsAccountId(
const char* value) { m_gameLiftAwsAccountIdHasBeenSet =
true; m_gameLiftAwsAccountId.assign(value); }
67 inline void SetPeerVpcId(
const char* value) { m_peerVpcIdHasBeenSet =
true; m_peerVpcId.assign(value); }
75 bool m_gameLiftAwsAccountIdHasBeenSet =
false;
78 bool m_peerVpcIdHasBeenSet =
false;
DeleteVpcPeeringAuthorizationRequest & WithPeerVpcId(Aws::String &&value)
bool GameLiftAwsAccountIdHasBeenSet() const
void SetGameLiftAwsAccountId(const char *value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPeerVpcId(Aws::String &&value)
void SetPeerVpcId(const char *value)
AWS_GAMELIFT_API DeleteVpcPeeringAuthorizationRequest()
virtual const char * GetServiceRequestName() const override
DeleteVpcPeeringAuthorizationRequest & WithGameLiftAwsAccountId(Aws::String &&value)
DeleteVpcPeeringAuthorizationRequest & WithPeerVpcId(const Aws::String &value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
DeleteVpcPeeringAuthorizationRequest & WithGameLiftAwsAccountId(const char *value)
void SetGameLiftAwsAccountId(Aws::String &&value)
DeleteVpcPeeringAuthorizationRequest & WithGameLiftAwsAccountId(const Aws::String &value)
void SetGameLiftAwsAccountId(const Aws::String &value)
const Aws::String & GetPeerVpcId() const
DeleteVpcPeeringAuthorizationRequest & WithPeerVpcId(const char *value)
void SetPeerVpcId(const Aws::String &value)
bool PeerVpcIdHasBeenSet() const
const Aws::String & GetGameLiftAwsAccountId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String