public static ApplyAutoSnapshotPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            ApplyAutoSnapshotPolicyResponse applyAutoSnapshotPolicyResponse = new ApplyAutoSnapshotPolicyResponse();

            applyAutoSnapshotPolicyResponse.HttpResponse = context.HttpResponse;
            applyAutoSnapshotPolicyResponse.RequestId = context.StringValue("ApplyAutoSnapshotPolicy.RequestId");

            return applyAutoSnapshotPolicyResponse;
        }