public static CreateInstanceResultUnmarshaller GetInstance() { if (instance == null) { instance = new CreateInstanceResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { CreateInstanceResponse response = new CreateInstanceResponse(); context.Read(); response.CreateInstanceResult = CreateInstanceResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }