void ExpressionStatus::OutputToStream(Aws::OStream& oStream, const char* location) const { if(m_optionsHasBeenSet) { Aws::String optionsLocationAndMember(location); optionsLocationAndMember += ".Options"; m_options.OutputToStream(oStream, optionsLocationAndMember.c_str()); } if(m_statusHasBeenSet) { Aws::String statusLocationAndMember(location); statusLocationAndMember += ".Status"; m_status.OutputToStream(oStream, statusLocationAndMember.c_str()); } }
void VpcPeeringConnection::OutputToStream(Aws::OStream& oStream, const char* location) const { if(m_accepterVpcInfoHasBeenSet) { Aws::String accepterVpcInfoLocationAndMember(location); accepterVpcInfoLocationAndMember += ".AccepterVpcInfo"; m_accepterVpcInfo.OutputToStream(oStream, accepterVpcInfoLocationAndMember.c_str()); } if(m_expirationTimeHasBeenSet) { oStream << location << ".ExpirationTime=" << StringUtils::URLEncode(m_expirationTime.ToGmtString(DateFormat::ISO_8601).c_str()) << "&"; } if(m_requesterVpcInfoHasBeenSet) { Aws::String requesterVpcInfoLocationAndMember(location); requesterVpcInfoLocationAndMember += ".RequesterVpcInfo"; m_requesterVpcInfo.OutputToStream(oStream, requesterVpcInfoLocationAndMember.c_str()); } if(m_statusHasBeenSet) { Aws::String statusLocationAndMember(location); statusLocationAndMember += ".Status"; m_status.OutputToStream(oStream, statusLocationAndMember.c_str()); } if(m_tagsHasBeenSet) { unsigned tagsIdx = 1; for(auto& item : m_tags) { Aws::StringStream tagsSs; tagsSs << location << ".item." << tagsIdx++; item.OutputToStream(oStream, tagsSs.str().c_str()); } } if(m_vpcPeeringConnectionIdHasBeenSet) { oStream << location << ".VpcPeeringConnectionId=" << StringUtils::URLEncode(m_vpcPeeringConnectionId.c_str()) << "&"; } }
void SpotInstanceRequest::OutputToStream(Aws::OStream& oStream, const char* location) const { if(m_spotInstanceRequestIdHasBeenSet) { oStream << location << ".SpotInstanceRequestId=" << StringUtils::URLEncode(m_spotInstanceRequestId.c_str()) << "&"; } if(m_spotPriceHasBeenSet) { oStream << location << ".SpotPrice=" << StringUtils::URLEncode(m_spotPrice.c_str()) << "&"; } if(m_typeHasBeenSet) { oStream << location << ".Type=" << SpotInstanceTypeMapper::GetNameForSpotInstanceType(m_type) << "&"; } if(m_stateHasBeenSet) { oStream << location << ".State=" << SpotInstanceStateMapper::GetNameForSpotInstanceState(m_state) << "&"; } if(m_faultHasBeenSet) { Aws::String faultLocationAndMember(location); faultLocationAndMember += ".Fault"; m_fault.OutputToStream(oStream, faultLocationAndMember.c_str()); } if(m_statusHasBeenSet) { Aws::String statusLocationAndMember(location); statusLocationAndMember += ".Status"; m_status.OutputToStream(oStream, statusLocationAndMember.c_str()); } if(m_validFromHasBeenSet) { oStream << location << ".ValidFrom=" << StringUtils::URLEncode(m_validFrom.ToGmtString(DateFormat::ISO_8601).c_str()) << "&"; } if(m_validUntilHasBeenSet) { oStream << location << ".ValidUntil=" << StringUtils::URLEncode(m_validUntil.ToGmtString(DateFormat::ISO_8601).c_str()) << "&"; } if(m_launchGroupHasBeenSet) { oStream << location << ".LaunchGroup=" << StringUtils::URLEncode(m_launchGroup.c_str()) << "&"; } if(m_availabilityZoneGroupHasBeenSet) { oStream << location << ".AvailabilityZoneGroup=" << StringUtils::URLEncode(m_availabilityZoneGroup.c_str()) << "&"; } if(m_launchSpecificationHasBeenSet) { Aws::String launchSpecificationLocationAndMember(location); launchSpecificationLocationAndMember += ".LaunchSpecification"; m_launchSpecification.OutputToStream(oStream, launchSpecificationLocationAndMember.c_str()); } if(m_instanceIdHasBeenSet) { oStream << location << ".InstanceId=" << StringUtils::URLEncode(m_instanceId.c_str()) << "&"; } if(m_createTimeHasBeenSet) { oStream << location << ".CreateTime=" << StringUtils::URLEncode(m_createTime.ToGmtString(DateFormat::ISO_8601).c_str()) << "&"; } if(m_productDescriptionHasBeenSet) { oStream << location << ".ProductDescription=" << RIProductDescriptionMapper::GetNameForRIProductDescription(m_productDescription) << "&"; } if(m_blockDurationMinutesHasBeenSet) { oStream << location << ".BlockDurationMinutes=" << m_blockDurationMinutes << "&"; } if(m_actualBlockHourlyPriceHasBeenSet) { oStream << location << ".ActualBlockHourlyPrice=" << StringUtils::URLEncode(m_actualBlockHourlyPrice.c_str()) << "&"; } if(m_tagsHasBeenSet) { unsigned tagsIdx = 1; for(auto& item : m_tags) { Aws::StringStream tagsSs; tagsSs << location << ".item." << tagsIdx++; item.OutputToStream(oStream, tagsSs.str().c_str()); } } if(m_launchedAvailabilityZoneHasBeenSet) { oStream << location << ".LaunchedAvailabilityZone=" << StringUtils::URLEncode(m_launchedAvailabilityZone.c_str()) << "&"; } }