package com.google.android.gms.internal.ads;

import android.app.Activity;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class aw0 extends iw0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public Activity f9295a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public com.google.android.gms.ads.internal.overlay.l f9296b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public String f9297c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public String f9298d;

    public final bw0 a() {
        Activity activity = this.f9295a;
        if (activity != null) {
            return new bw0(activity, this.f9296b, this.f9297c, this.f9298d);
        }
        throw new IllegalStateException("Missing required properties: activity");
    }

    @Override // com.google.android.gms.internal.ads.iw0
    public final iw0 zzb(@Nullable com.google.android.gms.ads.internal.overlay.l lVar) {
        this.f9296b = lVar;
        return this;
    }

    @Override // com.google.android.gms.internal.ads.iw0
    public final iw0 zzc(@Nullable String str) {
        this.f9297c = str;
        return this;
    }

    @Override // com.google.android.gms.internal.ads.iw0
    public final iw0 zzd(@Nullable String str) {
        this.f9298d = str;
        return this;
    }
}
