/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains details about a specific state machine version.See
* Also:
AWS
* API Reference
The Amazon Resource Name (ARN) that identifies a state machine version. The
* version ARN is a combination of state machine ARN and the version number
* separated by a colon (:). For example, stateMachineARN:1
.
The Amazon Resource Name (ARN) that identifies a state machine version. The
* version ARN is a combination of state machine ARN and the version number
* separated by a colon (:). For example, stateMachineARN:1
.
The Amazon Resource Name (ARN) that identifies a state machine version. The
* version ARN is a combination of state machine ARN and the version number
* separated by a colon (:). For example, stateMachineARN:1
.
The Amazon Resource Name (ARN) that identifies a state machine version. The
* version ARN is a combination of state machine ARN and the version number
* separated by a colon (:). For example, stateMachineARN:1
.
The Amazon Resource Name (ARN) that identifies a state machine version. The
* version ARN is a combination of state machine ARN and the version number
* separated by a colon (:). For example, stateMachineARN:1
.
The Amazon Resource Name (ARN) that identifies a state machine version. The
* version ARN is a combination of state machine ARN and the version number
* separated by a colon (:). For example, stateMachineARN:1
.
The Amazon Resource Name (ARN) that identifies a state machine version. The
* version ARN is a combination of state machine ARN and the version number
* separated by a colon (:). For example, stateMachineARN:1
.
The Amazon Resource Name (ARN) that identifies a state machine version. The
* version ARN is a combination of state machine ARN and the version number
* separated by a colon (:). For example, stateMachineARN:1
.
The creation date of a state machine version.
*/ inline const Aws::Utils::DateTime& GetCreationDate() const{ return m_creationDate; } /** *The creation date of a state machine version.
*/ inline bool CreationDateHasBeenSet() const { return m_creationDateHasBeenSet; } /** *The creation date of a state machine version.
*/ inline void SetCreationDate(const Aws::Utils::DateTime& value) { m_creationDateHasBeenSet = true; m_creationDate = value; } /** *The creation date of a state machine version.
*/ inline void SetCreationDate(Aws::Utils::DateTime&& value) { m_creationDateHasBeenSet = true; m_creationDate = std::move(value); } /** *The creation date of a state machine version.
*/ inline StateMachineVersionListItem& WithCreationDate(const Aws::Utils::DateTime& value) { SetCreationDate(value); return *this;} /** *The creation date of a state machine version.
*/ inline StateMachineVersionListItem& WithCreationDate(Aws::Utils::DateTime&& value) { SetCreationDate(std::move(value)); return *this;} private: Aws::String m_stateMachineVersionArn; bool m_stateMachineVersionArnHasBeenSet = false; Aws::Utils::DateTime m_creationDate; bool m_creationDateHasBeenSet = false; }; } // namespace Model } // namespace SFN } // namespace Aws