public static UpdateServiceAccessPoliciesResultUnmarshaller GetInstance() { if (instance == null) { instance = new UpdateServiceAccessPoliciesResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { UpdateServiceAccessPoliciesResponse response = new UpdateServiceAccessPoliciesResponse(); while (context.Read()) { if (context.IsStartElement) { if (context.TestExpression("UpdateServiceAccessPoliciesResult", 2)) { response.UpdateServiceAccessPoliciesResult = UpdateServiceAccessPoliciesResultUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("ResponseMetadata", 2)) { response.ResponseMetadata = ResponseMetadataUnmarshaller.GetInstance().Unmarshall(context); } } } return(response); }