AWS SDK for C++

AWS SDK for C++ Version 1.11.817

Loading...
Searching...
No Matches
LocationalDeployment.h
1
6#pragma once
7#include <aws/crt/cbor/Cbor.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
9#include <aws/gamelift/model/DeploymentStatus.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Cbor {
16class CborValue;
17} // namespace Cbor
18} // namespace Utils
19namespace GameLift {
20namespace Model {
21
29 public:
30 AWS_GAMELIFT_API LocationalDeployment() = default;
31 AWS_GAMELIFT_API LocationalDeployment(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
32 AWS_GAMELIFT_API LocationalDeployment& operator=(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_GAMELIFT_API void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder) const;
34
36
47 inline DeploymentStatus GetDeploymentStatus() const { return m_deploymentStatus; }
48 inline bool DeploymentStatusHasBeenSet() const { return m_deploymentStatusHasBeenSet; }
50 m_deploymentStatusHasBeenSet = true;
51 m_deploymentStatus = value;
52 }
55 return *this;
56 }
58 private:
60 bool m_deploymentStatusHasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace GameLift
65} // namespace Aws
AWS_GAMELIFT_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
LocationalDeployment & WithDeploymentStatus(DeploymentStatus value)
AWS_GAMELIFT_API LocationalDeployment & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
void SetDeploymentStatus(DeploymentStatus value)
AWS_GAMELIFT_API LocationalDeployment()=default
AWS_GAMELIFT_API LocationalDeployment(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)