/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Data describing a contact.See Also:
AWS
* API Reference
UUID of a contact.
*/ inline const Aws::String& GetContactId() const{ return m_contactId; } /** *UUID of a contact.
*/ inline bool ContactIdHasBeenSet() const { return m_contactIdHasBeenSet; } /** *UUID of a contact.
*/ inline void SetContactId(const Aws::String& value) { m_contactIdHasBeenSet = true; m_contactId = value; } /** *UUID of a contact.
*/ inline void SetContactId(Aws::String&& value) { m_contactIdHasBeenSet = true; m_contactId = std::move(value); } /** *UUID of a contact.
*/ inline void SetContactId(const char* value) { m_contactIdHasBeenSet = true; m_contactId.assign(value); } /** *UUID of a contact.
*/ inline ContactData& WithContactId(const Aws::String& value) { SetContactId(value); return *this;} /** *UUID of a contact.
*/ inline ContactData& WithContactId(Aws::String&& value) { SetContactId(std::move(value)); return *this;} /** *UUID of a contact.
*/ inline ContactData& WithContactId(const char* value) { SetContactId(value); return *this;} /** *Status of a contact.
*/ inline const ContactStatus& GetContactStatus() const{ return m_contactStatus; } /** *Status of a contact.
*/ inline bool ContactStatusHasBeenSet() const { return m_contactStatusHasBeenSet; } /** *Status of a contact.
*/ inline void SetContactStatus(const ContactStatus& value) { m_contactStatusHasBeenSet = true; m_contactStatus = value; } /** *Status of a contact.
*/ inline void SetContactStatus(ContactStatus&& value) { m_contactStatusHasBeenSet = true; m_contactStatus = std::move(value); } /** *Status of a contact.
*/ inline ContactData& WithContactStatus(const ContactStatus& value) { SetContactStatus(value); return *this;} /** *Status of a contact.
*/ inline ContactData& WithContactStatus(ContactStatus&& value) { SetContactStatus(std::move(value)); return *this;} /** *End time of a contact in UTC.
*/ inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; } /** *End time of a contact in UTC.
*/ inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; } /** *End time of a contact in UTC.
*/ inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTimeHasBeenSet = true; m_endTime = value; } /** *End time of a contact in UTC.
*/ inline void SetEndTime(Aws::Utils::DateTime&& value) { m_endTimeHasBeenSet = true; m_endTime = std::move(value); } /** *End time of a contact in UTC.
*/ inline ContactData& WithEndTime(const Aws::Utils::DateTime& value) { SetEndTime(value); return *this;} /** *End time of a contact in UTC.
*/ inline ContactData& WithEndTime(Aws::Utils::DateTime&& value) { SetEndTime(std::move(value)); return *this;} /** *Error message of a contact.
*/ inline const Aws::String& GetErrorMessage() const{ return m_errorMessage; } /** *Error message of a contact.
*/ inline bool ErrorMessageHasBeenSet() const { return m_errorMessageHasBeenSet; } /** *Error message of a contact.
*/ inline void SetErrorMessage(const Aws::String& value) { m_errorMessageHasBeenSet = true; m_errorMessage = value; } /** *Error message of a contact.
*/ inline void SetErrorMessage(Aws::String&& value) { m_errorMessageHasBeenSet = true; m_errorMessage = std::move(value); } /** *Error message of a contact.
*/ inline void SetErrorMessage(const char* value) { m_errorMessageHasBeenSet = true; m_errorMessage.assign(value); } /** *Error message of a contact.
*/ inline ContactData& WithErrorMessage(const Aws::String& value) { SetErrorMessage(value); return *this;} /** *Error message of a contact.
*/ inline ContactData& WithErrorMessage(Aws::String&& value) { SetErrorMessage(std::move(value)); return *this;} /** *Error message of a contact.
*/ inline ContactData& WithErrorMessage(const char* value) { SetErrorMessage(value); return *this;} /** *Name of a ground station.
*/ inline const Aws::String& GetGroundStation() const{ return m_groundStation; } /** *Name of a ground station.
*/ inline bool GroundStationHasBeenSet() const { return m_groundStationHasBeenSet; } /** *Name of a ground station.
*/ inline void SetGroundStation(const Aws::String& value) { m_groundStationHasBeenSet = true; m_groundStation = value; } /** *Name of a ground station.
*/ inline void SetGroundStation(Aws::String&& value) { m_groundStationHasBeenSet = true; m_groundStation = std::move(value); } /** *Name of a ground station.
*/ inline void SetGroundStation(const char* value) { m_groundStationHasBeenSet = true; m_groundStation.assign(value); } /** *Name of a ground station.
*/ inline ContactData& WithGroundStation(const Aws::String& value) { SetGroundStation(value); return *this;} /** *Name of a ground station.
*/ inline ContactData& WithGroundStation(Aws::String&& value) { SetGroundStation(std::move(value)); return *this;} /** *Name of a ground station.
*/ inline ContactData& WithGroundStation(const char* value) { SetGroundStation(value); return *this;} /** *Maximum elevation angle of a contact.
*/ inline const Elevation& GetMaximumElevation() const{ return m_maximumElevation; } /** *Maximum elevation angle of a contact.
*/ inline bool MaximumElevationHasBeenSet() const { return m_maximumElevationHasBeenSet; } /** *Maximum elevation angle of a contact.
*/ inline void SetMaximumElevation(const Elevation& value) { m_maximumElevationHasBeenSet = true; m_maximumElevation = value; } /** *Maximum elevation angle of a contact.
*/ inline void SetMaximumElevation(Elevation&& value) { m_maximumElevationHasBeenSet = true; m_maximumElevation = std::move(value); } /** *Maximum elevation angle of a contact.
*/ inline ContactData& WithMaximumElevation(const Elevation& value) { SetMaximumElevation(value); return *this;} /** *Maximum elevation angle of a contact.
*/ inline ContactData& WithMaximumElevation(Elevation&& value) { SetMaximumElevation(std::move(value)); return *this;} /** *ARN of a mission profile.
*/ inline const Aws::String& GetMissionProfileArn() const{ return m_missionProfileArn; } /** *ARN of a mission profile.
*/ inline bool MissionProfileArnHasBeenSet() const { return m_missionProfileArnHasBeenSet; } /** *ARN of a mission profile.
*/ inline void SetMissionProfileArn(const Aws::String& value) { m_missionProfileArnHasBeenSet = true; m_missionProfileArn = value; } /** *ARN of a mission profile.
*/ inline void SetMissionProfileArn(Aws::String&& value) { m_missionProfileArnHasBeenSet = true; m_missionProfileArn = std::move(value); } /** *ARN of a mission profile.
*/ inline void SetMissionProfileArn(const char* value) { m_missionProfileArnHasBeenSet = true; m_missionProfileArn.assign(value); } /** *ARN of a mission profile.
*/ inline ContactData& WithMissionProfileArn(const Aws::String& value) { SetMissionProfileArn(value); return *this;} /** *ARN of a mission profile.
*/ inline ContactData& WithMissionProfileArn(Aws::String&& value) { SetMissionProfileArn(std::move(value)); return *this;} /** *ARN of a mission profile.
*/ inline ContactData& WithMissionProfileArn(const char* value) { SetMissionProfileArn(value); return *this;} /** *Amount of time after a contact ends that you’d like to receive a CloudWatch * event indicating the pass has finished.
*/ inline const Aws::Utils::DateTime& GetPostPassEndTime() const{ return m_postPassEndTime; } /** *Amount of time after a contact ends that you’d like to receive a CloudWatch * event indicating the pass has finished.
*/ inline bool PostPassEndTimeHasBeenSet() const { return m_postPassEndTimeHasBeenSet; } /** *Amount of time after a contact ends that you’d like to receive a CloudWatch * event indicating the pass has finished.
*/ inline void SetPostPassEndTime(const Aws::Utils::DateTime& value) { m_postPassEndTimeHasBeenSet = true; m_postPassEndTime = value; } /** *Amount of time after a contact ends that you’d like to receive a CloudWatch * event indicating the pass has finished.
*/ inline void SetPostPassEndTime(Aws::Utils::DateTime&& value) { m_postPassEndTimeHasBeenSet = true; m_postPassEndTime = std::move(value); } /** *Amount of time after a contact ends that you’d like to receive a CloudWatch * event indicating the pass has finished.
*/ inline ContactData& WithPostPassEndTime(const Aws::Utils::DateTime& value) { SetPostPassEndTime(value); return *this;} /** *Amount of time after a contact ends that you’d like to receive a CloudWatch * event indicating the pass has finished.
*/ inline ContactData& WithPostPassEndTime(Aws::Utils::DateTime&& value) { SetPostPassEndTime(std::move(value)); return *this;} /** *Amount of time prior to contact start you’d like to receive a CloudWatch * event indicating an upcoming pass.
*/ inline const Aws::Utils::DateTime& GetPrePassStartTime() const{ return m_prePassStartTime; } /** *Amount of time prior to contact start you’d like to receive a CloudWatch * event indicating an upcoming pass.
*/ inline bool PrePassStartTimeHasBeenSet() const { return m_prePassStartTimeHasBeenSet; } /** *Amount of time prior to contact start you’d like to receive a CloudWatch * event indicating an upcoming pass.
*/ inline void SetPrePassStartTime(const Aws::Utils::DateTime& value) { m_prePassStartTimeHasBeenSet = true; m_prePassStartTime = value; } /** *Amount of time prior to contact start you’d like to receive a CloudWatch * event indicating an upcoming pass.
*/ inline void SetPrePassStartTime(Aws::Utils::DateTime&& value) { m_prePassStartTimeHasBeenSet = true; m_prePassStartTime = std::move(value); } /** *Amount of time prior to contact start you’d like to receive a CloudWatch * event indicating an upcoming pass.
*/ inline ContactData& WithPrePassStartTime(const Aws::Utils::DateTime& value) { SetPrePassStartTime(value); return *this;} /** *Amount of time prior to contact start you’d like to receive a CloudWatch * event indicating an upcoming pass.
*/ inline ContactData& WithPrePassStartTime(Aws::Utils::DateTime&& value) { SetPrePassStartTime(std::move(value)); return *this;} /** *Region of a contact.
*/ inline const Aws::String& GetRegion() const{ return m_region; } /** *Region of a contact.
*/ inline bool RegionHasBeenSet() const { return m_regionHasBeenSet; } /** *Region of a contact.
*/ inline void SetRegion(const Aws::String& value) { m_regionHasBeenSet = true; m_region = value; } /** *Region of a contact.
*/ inline void SetRegion(Aws::String&& value) { m_regionHasBeenSet = true; m_region = std::move(value); } /** *Region of a contact.
*/ inline void SetRegion(const char* value) { m_regionHasBeenSet = true; m_region.assign(value); } /** *Region of a contact.
*/ inline ContactData& WithRegion(const Aws::String& value) { SetRegion(value); return *this;} /** *Region of a contact.
*/ inline ContactData& WithRegion(Aws::String&& value) { SetRegion(std::move(value)); return *this;} /** *Region of a contact.
*/ inline ContactData& WithRegion(const char* value) { SetRegion(value); return *this;} /** *ARN of a satellite.
*/ inline const Aws::String& GetSatelliteArn() const{ return m_satelliteArn; } /** *ARN of a satellite.
*/ inline bool SatelliteArnHasBeenSet() const { return m_satelliteArnHasBeenSet; } /** *ARN of a satellite.
*/ inline void SetSatelliteArn(const Aws::String& value) { m_satelliteArnHasBeenSet = true; m_satelliteArn = value; } /** *ARN of a satellite.
*/ inline void SetSatelliteArn(Aws::String&& value) { m_satelliteArnHasBeenSet = true; m_satelliteArn = std::move(value); } /** *ARN of a satellite.
*/ inline void SetSatelliteArn(const char* value) { m_satelliteArnHasBeenSet = true; m_satelliteArn.assign(value); } /** *ARN of a satellite.
*/ inline ContactData& WithSatelliteArn(const Aws::String& value) { SetSatelliteArn(value); return *this;} /** *ARN of a satellite.
*/ inline ContactData& WithSatelliteArn(Aws::String&& value) { SetSatelliteArn(std::move(value)); return *this;} /** *ARN of a satellite.
*/ inline ContactData& WithSatelliteArn(const char* value) { SetSatelliteArn(value); return *this;} /** *Start time of a contact in UTC.
*/ inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; } /** *Start time of a contact in UTC.
*/ inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; } /** *Start time of a contact in UTC.
*/ inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTimeHasBeenSet = true; m_startTime = value; } /** *Start time of a contact in UTC.
*/ inline void SetStartTime(Aws::Utils::DateTime&& value) { m_startTimeHasBeenSet = true; m_startTime = std::move(value); } /** *Start time of a contact in UTC.
*/ inline ContactData& WithStartTime(const Aws::Utils::DateTime& value) { SetStartTime(value); return *this;} /** *Start time of a contact in UTC.
*/ inline ContactData& WithStartTime(Aws::Utils::DateTime&& value) { SetStartTime(std::move(value)); return *this;} /** *Tags assigned to a contact.
*/ inline const Aws::MapTags assigned to a contact.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *Tags assigned to a contact.
*/ inline void SetTags(const Aws::MapTags assigned to a contact.
*/ inline void SetTags(Aws::MapTags assigned to a contact.
*/ inline ContactData& WithTags(const Aws::MapTags assigned to a contact.
*/ inline ContactData& WithTags(Aws::MapTags assigned to a contact.
*/ inline ContactData& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } /** *Tags assigned to a contact.
*/ inline ContactData& AddTags(Aws::String&& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *Tags assigned to a contact.
*/ inline ContactData& AddTags(const Aws::String& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *Tags assigned to a contact.
*/ inline ContactData& AddTags(Aws::String&& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *Tags assigned to a contact.
*/ inline ContactData& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *Tags assigned to a contact.
*/ inline ContactData& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *Tags assigned to a contact.
*/ inline ContactData& AddTags(const char* key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } private: Aws::String m_contactId; bool m_contactIdHasBeenSet = false; ContactStatus m_contactStatus; bool m_contactStatusHasBeenSet = false; Aws::Utils::DateTime m_endTime; bool m_endTimeHasBeenSet = false; Aws::String m_errorMessage; bool m_errorMessageHasBeenSet = false; Aws::String m_groundStation; bool m_groundStationHasBeenSet = false; Elevation m_maximumElevation; bool m_maximumElevationHasBeenSet = false; Aws::String m_missionProfileArn; bool m_missionProfileArnHasBeenSet = false; Aws::Utils::DateTime m_postPassEndTime; bool m_postPassEndTimeHasBeenSet = false; Aws::Utils::DateTime m_prePassStartTime; bool m_prePassStartTimeHasBeenSet = false; Aws::String m_region; bool m_regionHasBeenSet = false; Aws::String m_satelliteArn; bool m_satelliteArnHasBeenSet = false; Aws::Utils::DateTime m_startTime; bool m_startTimeHasBeenSet = false; Aws::Map