public static ReleasePublicIpAddressResponse Unmarshall(UnmarshallerContext context)
        {
            ReleasePublicIpAddressResponse releasePublicIpAddressResponse = new ReleasePublicIpAddressResponse();

            releasePublicIpAddressResponse.HttpResponse = context.HttpResponse;
            releasePublicIpAddressResponse.RequestId    = context.StringValue("ReleasePublicIpAddress.RequestId");

            return(releasePublicIpAddressResponse);
        }
        public static ReleasePublicIpAddressResponse Unmarshall(UnmarshallerContext context)
        {
            ReleasePublicIpAddressResponse releasePublicIpAddressResponse = new ReleasePublicIpAddressResponse();

            releasePublicIpAddressResponse.HttpResponse = context.HttpResponse;
            releasePublicIpAddressResponse.RequestId = context.StringValue("ReleasePublicIpAddress.RequestId");

            return releasePublicIpAddressResponse;
        }