Amazon.OpsWorks.Model.Internal.MarshallTransformations.AssociateElasticIpResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public method

public Unmarshall ( JsonUnmarshallerContext context ) : AmazonWebServiceResponse
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
return Amazon.Runtime.AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
          AssociateElasticIpResponse response = new AssociateElasticIpResponse();
          
          return response;
        }        
        
AssociateElasticIpResponseUnmarshaller