public static CreateDeploymentResultUnmarshaller GetInstance() { if (instance == null) { instance = new CreateDeploymentResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { CreateDeploymentResponse response = new CreateDeploymentResponse(); context.Read(); response.CreateDeploymentResult = CreateDeploymentResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }