public static SwitchOverResponse Unmarshall(UnmarshallerContext context)
        {
            SwitchOverResponse switchOverResponse = new SwitchOverResponse();

            switchOverResponse.HttpResponse = context.HttpResponse;
            switchOverResponse.RequestId    = context.StringValue("SwitchOver.RequestId");

            return(switchOverResponse);
        }
Пример #2
0
        public override bool Equals(object o)
        {
            if (this == o)
            {
                return(true);
            }
            if (o == null || this.GetType() != o.GetType())
            {
                return(false);
            }
            SwitchOverResponse that = ( SwitchOverResponse )o;

            return(_status == that._status);
        }