public static DeleteAutoSnapshotPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteAutoSnapshotPolicyResponse deleteAutoSnapshotPolicyResponse = new DeleteAutoSnapshotPolicyResponse();

            deleteAutoSnapshotPolicyResponse.HttpResponse = context.HttpResponse;
            deleteAutoSnapshotPolicyResponse.RequestId    = context.StringValue("DeleteAutoSnapshotPolicy.RequestId");

            return(deleteAutoSnapshotPolicyResponse);
        }
        public static DeleteAutoSnapshotPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteAutoSnapshotPolicyResponse deleteAutoSnapshotPolicyResponse = new DeleteAutoSnapshotPolicyResponse();

            deleteAutoSnapshotPolicyResponse.HttpResponse = context.HttpResponse;
            deleteAutoSnapshotPolicyResponse.RequestId = context.StringValue("DeleteAutoSnapshotPolicy.RequestId");

            return deleteAutoSnapshotPolicyResponse;
        }