7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-data-automation/model/BlueprintStage.h>
10#include <aws/core/utils/DateTime.h>
23namespace BedrockDataAutomation
46 template<
typename Bluepr
intArnT = Aws::String>
47 void SetBlueprintArn(BlueprintArnT&& value) { m_blueprintArnHasBeenSet =
true; m_blueprintArn = std::forward<BlueprintArnT>(value); }
48 template<
typename Bluepr
intArnT = Aws::String>
56 template<
typename Bluepr
intVersionT = Aws::String>
57 void SetBlueprintVersion(BlueprintVersionT&& value) { m_blueprintVersionHasBeenSet =
true; m_blueprintVersion = std::forward<BlueprintVersionT>(value); }
58 template<
typename Bluepr
intVersionT = Aws::String>
74 template<
typename Bluepr
intNameT = Aws::String>
75 void SetBlueprintName(BlueprintNameT&& value) { m_blueprintNameHasBeenSet =
true; m_blueprintName = std::forward<BlueprintNameT>(value); }
76 template<
typename Bluepr
intNameT = Aws::String>
84 template<
typename CreationTimeT = Aws::Utils::DateTime>
85 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
86 template<
typename CreationTimeT = Aws::Utils::DateTime>
94 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
95 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
96 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
102 bool m_blueprintArnHasBeenSet =
false;
105 bool m_blueprintVersionHasBeenSet =
false;
108 bool m_blueprintStageHasBeenSet =
false;
111 bool m_blueprintNameHasBeenSet =
false;
114 bool m_creationTimeHasBeenSet =
false;
117 bool m_lastModifiedTimeHasBeenSet =
false;
bool BlueprintVersionHasBeenSet() const
const Aws::String & GetBlueprintVersion() const
BlueprintSummary & WithCreationTime(CreationTimeT &&value)
void SetBlueprintArn(BlueprintArnT &&value)
const Aws::String & GetBlueprintName() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_BEDROCKDATAAUTOMATION_API BlueprintSummary()=default
void SetBlueprintName(BlueprintNameT &&value)
const Aws::String & GetBlueprintArn() const
BlueprintSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool CreationTimeHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
void SetBlueprintVersion(BlueprintVersionT &&value)
BlueprintSummary & WithBlueprintName(BlueprintNameT &&value)
bool BlueprintStageHasBeenSet() const
BlueprintStage GetBlueprintStage() const
bool BlueprintNameHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
BlueprintSummary & WithBlueprintVersion(BlueprintVersionT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool BlueprintArnHasBeenSet() const
BlueprintSummary & WithBlueprintStage(BlueprintStage value)
AWS_BEDROCKDATAAUTOMATION_API BlueprintSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBlueprintStage(BlueprintStage value)
void SetCreationTime(CreationTimeT &&value)
AWS_BEDROCKDATAAUTOMATION_API BlueprintSummary(Aws::Utils::Json::JsonView jsonValue)
BlueprintSummary & WithBlueprintArn(BlueprintArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue