Storage& Storage::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode s3Node = resultNode.FirstChild("S3"); if(!s3Node.IsNull()) { m_s3 = s3Node; m_s3HasBeenSet = true; } } return *this; }
ScheduledInstancesMonitoring& ScheduledInstancesMonitoring::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode enabledNode = resultNode.FirstChild("Enabled"); if(!enabledNode.IsNull()) { m_enabled = StringUtils::ConvertToBool(StringUtils::Trim(enabledNode.GetText().c_str()).c_str()); m_enabledHasBeenSet = true; } } return *this; }
Monitoring& Monitoring::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode stateNode = resultNode.FirstChild("state"); if(!stateNode.IsNull()) { m_state = MonitoringStateMapper::GetMonitoringStateForName(StringUtils::Trim(stateNode.GetText().c_str()).c_str()); m_stateHasBeenSet = true; } } return *this; }
CreditSpecificationRequest& CreditSpecificationRequest::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode cpuCreditsNode = resultNode.FirstChild("CpuCredits"); if(!cpuCreditsNode.IsNull()) { m_cpuCredits = StringUtils::Trim(cpuCreditsNode.GetText().c_str()); m_cpuCreditsHasBeenSet = true; } } return *this; }
GetReusableDelegationSetResult& GetReusableDelegationSetResult::operator =(const AmazonWebServiceResult<XmlDocument>& result) { const XmlDocument& xmlDocument = result.GetPayload(); XmlNode resultNode = xmlDocument.GetRootElement(); if(!resultNode.IsNull()) { XmlNode delegationSetNode = resultNode.FirstChild("DelegationSet"); if(!delegationSetNode.IsNull()) { m_delegationSet = delegationSetNode; } } return *this; }
Trigger& Trigger::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode nameNode = resultNode.FirstChild("Name"); if(!nameNode.IsNull()) { m_name = StringUtils::Trim(nameNode.GetText().c_str()); m_nameHasBeenSet = true; } } return *this; }
IndexDocument& IndexDocument::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode suffixNode = resultNode.FirstChild("Suffix"); if(!suffixNode.IsNull()) { m_suffix = StringUtils::Trim(suffixNode.GetText().c_str()); m_suffixHasBeenSet = true; } } return *this; }
ServiceTypeDetail& ServiceTypeDetail::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode serviceTypeNode = resultNode.FirstChild("serviceType"); if(!serviceTypeNode.IsNull()) { m_serviceType = ServiceTypeMapper::GetServiceTypeForName(StringUtils::Trim(serviceTypeNode.GetText().c_str()).c_str()); m_serviceTypeHasBeenSet = true; } } return *this; }
GetTrafficPolicyInstanceResult& GetTrafficPolicyInstanceResult::operator =(const AmazonWebServiceResult<XmlDocument>& result) { const XmlDocument& xmlDocument = result.GetPayload(); XmlNode resultNode = xmlDocument.GetRootElement(); if(!resultNode.IsNull()) { XmlNode trafficPolicyInstanceNode = resultNode.FirstChild("TrafficPolicyInstance"); if(!trafficPolicyInstanceNode.IsNull()) { m_trafficPolicyInstance = trafficPolicyInstanceNode; } } return *this; }
NotificationConfigurationFilter& NotificationConfigurationFilter::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode keyNode = resultNode.FirstChild("S3Key"); if(!keyNode.IsNull()) { m_key = keyNode; m_keyHasBeenSet = true; } } return *this; }
ElasticGpuSpecification& ElasticGpuSpecification::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode typeNode = resultNode.FirstChild("Type"); if(!typeNode.IsNull()) { m_type = StringUtils::Trim(typeNode.GetText().c_str()); m_typeHasBeenSet = true; } } return *this; }
ReservedInstancesId& ReservedInstancesId::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode reservedInstancesIdNode = resultNode.FirstChild("reservedInstancesId"); if(!reservedInstancesIdNode.IsNull()) { m_reservedInstancesId = StringUtils::Trim(reservedInstancesIdNode.GetText().c_str()); m_reservedInstancesIdHasBeenSet = true; } } return *this; }
GetTrafficPolicyInstanceCountResult& GetTrafficPolicyInstanceCountResult::operator =(const AmazonWebServiceResult<XmlDocument>& result) { const XmlDocument& xmlDocument = result.GetPayload(); XmlNode resultNode = xmlDocument.GetRootElement(); if(!resultNode.IsNull()) { XmlNode trafficPolicyInstanceCountNode = resultNode.FirstChild("TrafficPolicyInstanceCount"); if(!trafficPolicyInstanceCountNode.IsNull()) { m_trafficPolicyInstanceCount = StringUtils::ConvertToInt32(StringUtils::Trim(trafficPolicyInstanceCountNode.GetText().c_str()).c_str()); } } return *this; }
NoncurrentVersionExpiration& NoncurrentVersionExpiration::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode noncurrentDaysNode = resultNode.FirstChild("NoncurrentDays"); if(!noncurrentDaysNode.IsNull()) { m_noncurrentDays = StringUtils::ConvertToInt32(StringUtils::Trim(noncurrentDaysNode.GetText().c_str()).c_str()); m_noncurrentDaysHasBeenSet = true; } } return *this; }
Restrictions& Restrictions::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode geoRestrictionNode = resultNode.FirstChild("GeoRestriction"); if(!geoRestrictionNode.IsNull()) { m_geoRestriction = geoRestrictionNode; m_geoRestrictionHasBeenSet = true; } } return *this; }
AccountWithRestoreAccess& AccountWithRestoreAccess::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode accountIdNode = resultNode.FirstChild("AccountId"); if(!accountIdNode.IsNull()) { m_accountId = StringUtils::Trim(accountIdNode.GetText().c_str()); m_accountIdHasBeenSet = true; } } return *this; }
GlacierJobParameters& GlacierJobParameters::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode tierNode = resultNode.FirstChild("Tier"); if(!tierNode.IsNull()) { m_tier = TierMapper::GetTierForName(StringUtils::Trim(tierNode.GetText().c_str()).c_str()); m_tierHasBeenSet = true; } } return *this; }
BlobAttributeValue& BlobAttributeValue::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode valueNode = resultNode.FirstChild("value"); if(!valueNode.IsNull()) { m_value = HashingUtils::Base64Decode(StringUtils::Trim(valueNode.GetText().c_str())); m_valueHasBeenSet = true; } } return *this; }
RawMessage& RawMessage::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode dataNode = resultNode.FirstChild("Data"); if(!dataNode.IsNull()) { m_data = HashingUtils::Base64Decode(StringUtils::Trim(dataNode.GetText().c_str())); m_dataHasBeenSet = true; } } return *this; }
ErrorDocument& ErrorDocument::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode keyNode = resultNode.FirstChild("Key"); if(!keyNode.IsNull()) { m_key = StringUtils::Trim(keyNode.GetText().c_str()); m_keyHasBeenSet = true; } } return *this; }
ResponseMetadata& ResponseMetadata::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode requestIdNode = resultNode.FirstChild("RequestId"); if(!requestIdNode.IsNull()) { m_requestId = StringUtils::Trim(requestIdNode.GetText().c_str()); m_requestIdHasBeenSet = true; } } return *this; }
PropagatingVgw& PropagatingVgw::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode gatewayIdNode = resultNode.FirstChild("gatewayId"); if(!gatewayIdNode.IsNull()) { m_gatewayId = StringUtils::Trim(gatewayIdNode.GetText().c_str()); m_gatewayIdHasBeenSet = true; } } return *this; }
ListTagsForResourceResult& ListTagsForResourceResult::operator =(const AmazonWebServiceResult<XmlDocument>& result) { const XmlDocument& xmlDocument = result.GetPayload(); XmlNode resultNode = xmlDocument.GetRootElement(); if(!resultNode.IsNull()) { XmlNode resourceTagSetNode = resultNode.FirstChild("ResourceTagSet"); if(!resourceTagSetNode.IsNull()) { m_resourceTagSet = resourceTagSetNode; } } return *this; }
CreateBucketConfiguration& CreateBucketConfiguration::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode locationConstraintNode = resultNode.FirstChild("LocationConstraint"); if(!locationConstraintNode.IsNull()) { m_locationConstraint = BucketLocationConstraintMapper::GetBucketLocationConstraintForName(StringUtils::Trim(locationConstraintNode.GetText().c_str()).c_str()); m_locationConstraintHasBeenSet = true; } } return *this; }
AdjustmentType& AdjustmentType::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode adjustmentTypeNode = resultNode.FirstChild("AdjustmentType"); if(!adjustmentTypeNode.IsNull()) { m_adjustmentType = StringUtils::Trim(adjustmentTypeNode.GetText().c_str()); m_adjustmentTypeHasBeenSet = true; } } return *this; }
ProcessType& ProcessType::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode processNameNode = resultNode.FirstChild("ProcessName"); if(!processNameNode.IsNull()) { m_processName = StringUtils::Trim(processNameNode.GetText().c_str()); m_processNameHasBeenSet = true; } } return *this; }
EnvironmentResourcesDescription& EnvironmentResourcesDescription::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode loadBalancerNode = resultNode.FirstChild("LoadBalancer"); if(!loadBalancerNode.IsNull()) { m_loadBalancer = loadBalancerNode; m_loadBalancerHasBeenSet = true; } } return *this; }
AccountAttributeValue& AccountAttributeValue::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode attributeValueNode = resultNode.FirstChild("attributeValue"); if(!attributeValueNode.IsNull()) { m_attributeValue = StringUtils::Trim(attributeValueNode.GetText().c_str()); m_attributeValueHasBeenSet = true; } } return *this; }
Topic& Topic::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode topicArnNode = resultNode.FirstChild("TopicArn"); if(!topicArnNode.IsNull()) { m_topicArn = StringUtils::Trim(topicArnNode.GetText().c_str()); m_topicArnHasBeenSet = true; } } return *this; }
AttributeBooleanValue& AttributeBooleanValue::operator =(const XmlNode& xmlNode) { XmlNode resultNode = xmlNode; if(!resultNode.IsNull()) { XmlNode valueNode = resultNode.FirstChild("value"); if(!valueNode.IsNull()) { m_value = StringUtils::ConvertToBool(StringUtils::Trim(valueNode.GetText().c_str()).c_str()); m_valueHasBeenSet = true; } } return *this; }