Searched refs:m_scheduledActionARN (Results 1 – 4 of 4) sorted by relevance
128 inline const Aws::String& GetScheduledActionARN() const{ return m_scheduledActionARN; } in GetScheduledActionARN()138 …(const Aws::String& value) { m_scheduledActionARNHasBeenSet = true; m_scheduledActionARN = value; } in SetScheduledActionARN()143 …ARN(Aws::String&& value) { m_scheduledActionARNHasBeenSet = true; m_scheduledActionARN = std::move… in SetScheduledActionARN()148 …onARN(const char* value) { m_scheduledActionARNHasBeenSet = true; m_scheduledActionARN.assign(valu… in SetScheduledActionARN()451 Aws::String m_scheduledActionARN; variable
88 inline const Aws::String& GetScheduledActionARN() const{ return m_scheduledActionARN; } in GetScheduledActionARN()98 …(const Aws::String& value) { m_scheduledActionARNHasBeenSet = true; m_scheduledActionARN = value; } in SetScheduledActionARN()103 …ARN(Aws::String&& value) { m_scheduledActionARNHasBeenSet = true; m_scheduledActionARN = std::move… in SetScheduledActionARN()108 …onARN(const char* value) { m_scheduledActionARNHasBeenSet = true; m_scheduledActionARN.assign(valu… in SetScheduledActionARN()1265 Aws::String m_scheduledActionARN; variable
67 m_scheduledActionARN = jsonValue.GetString("ScheduledActionARN"); in operator =()150 payload.WithString("ScheduledActionARN", m_scheduledActionARN); in Jsonize()
81 … m_scheduledActionARN = Aws::Utils::Xml::DecodeEscapedXmlText(scheduledActionARNNode.GetText()); in operator =()151 …locationValue << ".ScheduledActionARN=" << StringUtils::URLEncode(m_scheduledActionARN.c_str()) <<… in OutputToStream()208 …oStream << location << ".ScheduledActionARN=" << StringUtils::URLEncode(m_scheduledActionARN.c_str… in OutputToStream()