/**
* 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 alias.See
* Also:
AWS
* API Reference
The Amazon Resource Name (ARN) that identifies a state machine alias. The
* alias ARN is a combination of state machine ARN and the alias name separated by
* a colon (:). For example, stateMachineARN:PROD
.
The Amazon Resource Name (ARN) that identifies a state machine alias. The
* alias ARN is a combination of state machine ARN and the alias name separated by
* a colon (:). For example, stateMachineARN:PROD
.
The Amazon Resource Name (ARN) that identifies a state machine alias. The
* alias ARN is a combination of state machine ARN and the alias name separated by
* a colon (:). For example, stateMachineARN:PROD
.
The Amazon Resource Name (ARN) that identifies a state machine alias. The
* alias ARN is a combination of state machine ARN and the alias name separated by
* a colon (:). For example, stateMachineARN:PROD
.
The Amazon Resource Name (ARN) that identifies a state machine alias. The
* alias ARN is a combination of state machine ARN and the alias name separated by
* a colon (:). For example, stateMachineARN:PROD
.
The Amazon Resource Name (ARN) that identifies a state machine alias. The
* alias ARN is a combination of state machine ARN and the alias name separated by
* a colon (:). For example, stateMachineARN:PROD
.
The Amazon Resource Name (ARN) that identifies a state machine alias. The
* alias ARN is a combination of state machine ARN and the alias name separated by
* a colon (:). For example, stateMachineARN:PROD
.
The Amazon Resource Name (ARN) that identifies a state machine alias. The
* alias ARN is a combination of state machine ARN and the alias name separated by
* a colon (:). For example, stateMachineARN:PROD
.
The creation date of a state machine alias.
*/ inline const Aws::Utils::DateTime& GetCreationDate() const{ return m_creationDate; } /** *The creation date of a state machine alias.
*/ inline bool CreationDateHasBeenSet() const { return m_creationDateHasBeenSet; } /** *The creation date of a state machine alias.
*/ inline void SetCreationDate(const Aws::Utils::DateTime& value) { m_creationDateHasBeenSet = true; m_creationDate = value; } /** *The creation date of a state machine alias.
*/ inline void SetCreationDate(Aws::Utils::DateTime&& value) { m_creationDateHasBeenSet = true; m_creationDate = std::move(value); } /** *The creation date of a state machine alias.
*/ inline StateMachineAliasListItem& WithCreationDate(const Aws::Utils::DateTime& value) { SetCreationDate(value); return *this;} /** *The creation date of a state machine alias.
*/ inline StateMachineAliasListItem& WithCreationDate(Aws::Utils::DateTime&& value) { SetCreationDate(std::move(value)); return *this;} private: Aws::String m_stateMachineAliasArn; bool m_stateMachineAliasArnHasBeenSet = false; Aws::Utils::DateTime m_creationDate; bool m_creationDateHasBeenSet = false; }; } // namespace Model } // namespace SFN } // namespace Aws