160 lines
5.2 KiB
C++
160 lines
5.2 KiB
C++
/**
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
#pragma once
|
|
#include <aws/ec2/EC2_EXPORTS.h>
|
|
#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|
#include <utility>
|
|
|
|
namespace Aws
|
|
{
|
|
namespace Utils
|
|
{
|
|
namespace Xml
|
|
{
|
|
class XmlNode;
|
|
} // namespace Xml
|
|
} // namespace Utils
|
|
namespace EC2
|
|
{
|
|
namespace Model
|
|
{
|
|
|
|
/**
|
|
* <p>Describes a launch template version that was successfully
|
|
* deleted.</p><p><h3>See Also:</h3> <a
|
|
* href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLaunchTemplateVersionsResponseSuccessItem">AWS
|
|
* API Reference</a></p>
|
|
*/
|
|
class AWS_EC2_API DeleteLaunchTemplateVersionsResponseSuccessItem
|
|
{
|
|
public:
|
|
DeleteLaunchTemplateVersionsResponseSuccessItem();
|
|
DeleteLaunchTemplateVersionsResponseSuccessItem(const Aws::Utils::Xml::XmlNode& xmlNode);
|
|
DeleteLaunchTemplateVersionsResponseSuccessItem& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
|
|
|
|
void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
|
|
void OutputToStream(Aws::OStream& oStream, const char* location) const;
|
|
|
|
|
|
/**
|
|
* <p>The ID of the launch template.</p>
|
|
*/
|
|
inline const Aws::String& GetLaunchTemplateId() const{ return m_launchTemplateId; }
|
|
|
|
/**
|
|
* <p>The ID of the launch template.</p>
|
|
*/
|
|
inline bool LaunchTemplateIdHasBeenSet() const { return m_launchTemplateIdHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The ID of the launch template.</p>
|
|
*/
|
|
inline void SetLaunchTemplateId(const Aws::String& value) { m_launchTemplateIdHasBeenSet = true; m_launchTemplateId = value; }
|
|
|
|
/**
|
|
* <p>The ID of the launch template.</p>
|
|
*/
|
|
inline void SetLaunchTemplateId(Aws::String&& value) { m_launchTemplateIdHasBeenSet = true; m_launchTemplateId = std::move(value); }
|
|
|
|
/**
|
|
* <p>The ID of the launch template.</p>
|
|
*/
|
|
inline void SetLaunchTemplateId(const char* value) { m_launchTemplateIdHasBeenSet = true; m_launchTemplateId.assign(value); }
|
|
|
|
/**
|
|
* <p>The ID of the launch template.</p>
|
|
*/
|
|
inline DeleteLaunchTemplateVersionsResponseSuccessItem& WithLaunchTemplateId(const Aws::String& value) { SetLaunchTemplateId(value); return *this;}
|
|
|
|
/**
|
|
* <p>The ID of the launch template.</p>
|
|
*/
|
|
inline DeleteLaunchTemplateVersionsResponseSuccessItem& WithLaunchTemplateId(Aws::String&& value) { SetLaunchTemplateId(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The ID of the launch template.</p>
|
|
*/
|
|
inline DeleteLaunchTemplateVersionsResponseSuccessItem& WithLaunchTemplateId(const char* value) { SetLaunchTemplateId(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The name of the launch template.</p>
|
|
*/
|
|
inline const Aws::String& GetLaunchTemplateName() const{ return m_launchTemplateName; }
|
|
|
|
/**
|
|
* <p>The name of the launch template.</p>
|
|
*/
|
|
inline bool LaunchTemplateNameHasBeenSet() const { return m_launchTemplateNameHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The name of the launch template.</p>
|
|
*/
|
|
inline void SetLaunchTemplateName(const Aws::String& value) { m_launchTemplateNameHasBeenSet = true; m_launchTemplateName = value; }
|
|
|
|
/**
|
|
* <p>The name of the launch template.</p>
|
|
*/
|
|
inline void SetLaunchTemplateName(Aws::String&& value) { m_launchTemplateNameHasBeenSet = true; m_launchTemplateName = std::move(value); }
|
|
|
|
/**
|
|
* <p>The name of the launch template.</p>
|
|
*/
|
|
inline void SetLaunchTemplateName(const char* value) { m_launchTemplateNameHasBeenSet = true; m_launchTemplateName.assign(value); }
|
|
|
|
/**
|
|
* <p>The name of the launch template.</p>
|
|
*/
|
|
inline DeleteLaunchTemplateVersionsResponseSuccessItem& WithLaunchTemplateName(const Aws::String& value) { SetLaunchTemplateName(value); return *this;}
|
|
|
|
/**
|
|
* <p>The name of the launch template.</p>
|
|
*/
|
|
inline DeleteLaunchTemplateVersionsResponseSuccessItem& WithLaunchTemplateName(Aws::String&& value) { SetLaunchTemplateName(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The name of the launch template.</p>
|
|
*/
|
|
inline DeleteLaunchTemplateVersionsResponseSuccessItem& WithLaunchTemplateName(const char* value) { SetLaunchTemplateName(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The version number of the launch template.</p>
|
|
*/
|
|
inline long long GetVersionNumber() const{ return m_versionNumber; }
|
|
|
|
/**
|
|
* <p>The version number of the launch template.</p>
|
|
*/
|
|
inline bool VersionNumberHasBeenSet() const { return m_versionNumberHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The version number of the launch template.</p>
|
|
*/
|
|
inline void SetVersionNumber(long long value) { m_versionNumberHasBeenSet = true; m_versionNumber = value; }
|
|
|
|
/**
|
|
* <p>The version number of the launch template.</p>
|
|
*/
|
|
inline DeleteLaunchTemplateVersionsResponseSuccessItem& WithVersionNumber(long long value) { SetVersionNumber(value); return *this;}
|
|
|
|
private:
|
|
|
|
Aws::String m_launchTemplateId;
|
|
bool m_launchTemplateIdHasBeenSet;
|
|
|
|
Aws::String m_launchTemplateName;
|
|
bool m_launchTemplateNameHasBeenSet;
|
|
|
|
long long m_versionNumber;
|
|
bool m_versionNumberHasBeenSet;
|
|
};
|
|
|
|
} // namespace Model
|
|
} // namespace EC2
|
|
} // namespace Aws
|