public static RegisterVolumeResultUnmarshaller GetInstance() { if (instance == null) { instance = new RegisterVolumeResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { RegisterVolumeResponse response = new RegisterVolumeResponse(); context.Read(); response.RegisterVolumeResult = RegisterVolumeResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }