public static ModifyClusterNameResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyClusterNameResponse modifyClusterNameResponse = new ModifyClusterNameResponse();

            modifyClusterNameResponse.HttpResponse = context.HttpResponse;

            return(modifyClusterNameResponse);
        }
        public static ModifyClusterNameResponse Unmarshall(UnmarshallerContext _ctx)
        {
            ModifyClusterNameResponse modifyClusterNameResponse = new ModifyClusterNameResponse();

            modifyClusterNameResponse.HttpResponse = _ctx.HttpResponse;
            modifyClusterNameResponse.RequestId    = _ctx.StringValue("ModifyClusterName.RequestId");

            return(modifyClusterNameResponse);
        }