7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/m2/model/EngineType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/m2/model/NetworkType.h>
12#include <aws/m2/model/EnvironmentLifecycle.h>
25namespace MainframeModernization
51 template<
typename CreationTimeT = Aws::Utils::DateTime>
52 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
53 template<
typename CreationTimeT = Aws::Utils::DateTime>
73 template<
typename EngineVersionT = Aws::String>
74 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
75 template<
typename EngineVersionT = Aws::String>
85 template<
typename EnvironmentArnT = Aws::String>
86 void SetEnvironmentArn(EnvironmentArnT&& value) { m_environmentArnHasBeenSet =
true; m_environmentArn = std::forward<EnvironmentArnT>(value); }
87 template<
typename EnvironmentArnT = Aws::String>
97 template<
typename EnvironmentIdT = Aws::String>
98 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
99 template<
typename EnvironmentIdT = Aws::String>
109 template<
typename InstanceTypeT = Aws::String>
110 void SetInstanceType(InstanceTypeT&& value) { m_instanceTypeHasBeenSet =
true; m_instanceType = std::forward<InstanceTypeT>(value); }
111 template<
typename InstanceTypeT = Aws::String>
121 template<
typename NameT = Aws::String>
122 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
123 template<
typename NameT = Aws::String>
149 bool m_creationTimeHasBeenSet =
false;
152 bool m_engineTypeHasBeenSet =
false;
155 bool m_engineVersionHasBeenSet =
false;
158 bool m_environmentArnHasBeenSet =
false;
161 bool m_environmentIdHasBeenSet =
false;
164 bool m_instanceTypeHasBeenSet =
false;
167 bool m_nameHasBeenSet =
false;
170 bool m_networkTypeHasBeenSet =
false;
173 bool m_statusHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
EnvironmentSummary & WithEnvironmentId(EnvironmentIdT &&value)
EnvironmentSummary & WithCreationTime(CreationTimeT &&value)
AWS_MAINFRAMEMODERNIZATION_API EnvironmentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EngineVersionHasBeenSet() const
NetworkType GetNetworkType() const
bool EnvironmentArnHasBeenSet() const
const Aws::String & GetInstanceType() const
EnvironmentSummary & WithName(NameT &&value)
void SetEngineType(EngineType value)
bool NetworkTypeHasBeenSet() const
bool InstanceTypeHasBeenSet() const
void SetStatus(EnvironmentLifecycle value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentSummary & WithEngineType(EngineType value)
EnvironmentSummary & WithInstanceType(InstanceTypeT &&value)
const Aws::String & GetName() const
bool StatusHasBeenSet() const
EngineType GetEngineType() const
void SetEnvironmentArn(EnvironmentArnT &&value)
AWS_MAINFRAMEMODERNIZATION_API EnvironmentSummary()=default
void SetNetworkType(NetworkType value)
const Aws::String & GetEnvironmentArn() const
EnvironmentLifecycle GetStatus() const
void SetInstanceType(InstanceTypeT &&value)
void SetName(NameT &&value)
void SetCreationTime(CreationTimeT &&value)
bool EngineTypeHasBeenSet() const
const Aws::String & GetEngineVersion() const
const Aws::String & GetEnvironmentId() const
AWS_MAINFRAMEMODERNIZATION_API EnvironmentSummary(Aws::Utils::Json::JsonView jsonValue)
EnvironmentSummary & WithEngineVersion(EngineVersionT &&value)
EnvironmentSummary & WithNetworkType(NetworkType value)
bool EnvironmentIdHasBeenSet() const
EnvironmentSummary & WithStatus(EnvironmentLifecycle value)
EnvironmentSummary & WithEnvironmentArn(EnvironmentArnT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
bool NameHasBeenSet() const
bool CreationTimeHasBeenSet() const
void SetEngineVersion(EngineVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue