public static ModifyVSwitchAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyVSwitchAttributeResponse modifyVSwitchAttributeResponse = new ModifyVSwitchAttributeResponse();

            modifyVSwitchAttributeResponse.HttpResponse = context.HttpResponse;
            modifyVSwitchAttributeResponse.RequestId = context.StringValue("ModifyVSwitchAttribute.RequestId");

            return modifyVSwitchAttributeResponse;
        }
        public static ModifyVSwitchAttributeResponse Unmarshall(UnmarshallerContext _ctx)
        {
            ModifyVSwitchAttributeResponse modifyVSwitchAttributeResponse = new ModifyVSwitchAttributeResponse();

            modifyVSwitchAttributeResponse.HttpResponse = _ctx.HttpResponse;
            modifyVSwitchAttributeResponse.RequestId    = _ctx.StringValue("ModifyVSwitchAttribute.RequestId");

            return(modifyVSwitchAttributeResponse);
        }
        public static ModifyVSwitchAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyVSwitchAttributeResponse modifyVSwitchAttributeResponse = new ModifyVSwitchAttributeResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("ModifyVSwitchAttribute.RequestId")
            };

            return(modifyVSwitchAttributeResponse);
        }