/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Lifecycle last Test finalized.See Also:
AWS
* API Reference
Lifecycle Test failed API call date and time.
*/ inline const Aws::String& GetApiCallDateTime() const{ return m_apiCallDateTime; } /** *Lifecycle Test failed API call date and time.
*/ inline bool ApiCallDateTimeHasBeenSet() const { return m_apiCallDateTimeHasBeenSet; } /** *Lifecycle Test failed API call date and time.
*/ inline void SetApiCallDateTime(const Aws::String& value) { m_apiCallDateTimeHasBeenSet = true; m_apiCallDateTime = value; } /** *Lifecycle Test failed API call date and time.
*/ inline void SetApiCallDateTime(Aws::String&& value) { m_apiCallDateTimeHasBeenSet = true; m_apiCallDateTime = std::move(value); } /** *Lifecycle Test failed API call date and time.
*/ inline void SetApiCallDateTime(const char* value) { m_apiCallDateTimeHasBeenSet = true; m_apiCallDateTime.assign(value); } /** *Lifecycle Test failed API call date and time.
*/ inline LifeCycleLastTestFinalized& WithApiCallDateTime(const Aws::String& value) { SetApiCallDateTime(value); return *this;} /** *Lifecycle Test failed API call date and time.
*/ inline LifeCycleLastTestFinalized& WithApiCallDateTime(Aws::String&& value) { SetApiCallDateTime(std::move(value)); return *this;} /** *Lifecycle Test failed API call date and time.
*/ inline LifeCycleLastTestFinalized& WithApiCallDateTime(const char* value) { SetApiCallDateTime(value); return *this;} private: Aws::String m_apiCallDateTime; bool m_apiCallDateTimeHasBeenSet = false; }; } // namespace Model } // namespace mgn } // namespace Aws