All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.meraki.organizations.outputs.GetApiRequestsOverviewItemResponseCodeCounts Maven / Gradle / Ivy

There is a newer version: 0.4.0-alpha.1731736975
Show newest version
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.meraki.organizations.outputs;

import com.pulumi.core.annotations.CustomType;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.util.Objects;

@CustomType
public final class GetApiRequestsOverviewItemResponseCodeCounts {
    /**
     * @return HTTP 200 response code count.
     * 
     */
    private Integer status200;
    /**
     * @return HTTP 201 response code count.
     * 
     */
    private Integer status201;
    /**
     * @return HTTP 202 response code count.
     * 
     */
    private Integer status202;
    /**
     * @return HTTP 203 response code count.
     * 
     */
    private Integer status203;
    /**
     * @return HTTP 204 response code count.
     * 
     */
    private Integer status204;
    /**
     * @return HTTP 205 response code count.
     * 
     */
    private Integer status205;
    /**
     * @return HTTP 206 response code count.
     * 
     */
    private Integer status206;
    /**
     * @return HTTP 207 response code count.
     * 
     */
    private Integer status207;
    /**
     * @return HTTP 208 response code count.
     * 
     */
    private Integer status208;
    /**
     * @return HTTP 226 response code count.
     * 
     */
    private Integer status226;
    /**
     * @return HTTP 300 response code count.
     * 
     */
    private Integer status300;
    /**
     * @return HTTP 301 response code count.
     * 
     */
    private Integer status301;
    /**
     * @return HTTP 302 response code count.
     * 
     */
    private Integer status302;
    /**
     * @return HTTP 303 response code count.
     * 
     */
    private Integer status303;
    /**
     * @return HTTP 304 response code count.
     * 
     */
    private Integer status304;
    /**
     * @return HTTP 305 response code count.
     * 
     */
    private Integer status305;
    /**
     * @return HTTP 306 response code count.
     * 
     */
    private Integer status306;
    /**
     * @return HTTP 307 response code count.
     * 
     */
    private Integer status307;
    /**
     * @return HTTP 308 response code count.
     * 
     */
    private Integer status308;
    /**
     * @return HTTP 400 response code count.
     * 
     */
    private Integer status400;
    /**
     * @return HTTP 401 response code count.
     * 
     */
    private Integer status401;
    /**
     * @return HTTP 402 response code count.
     * 
     */
    private Integer status402;
    /**
     * @return HTTP 403 response code count.
     * 
     */
    private Integer status403;
    /**
     * @return HTTP 404 response code count.
     * 
     */
    private Integer status404;
    /**
     * @return HTTP 405 response code count.
     * 
     */
    private Integer status405;
    /**
     * @return HTTP 406 response code count.
     * 
     */
    private Integer status406;
    /**
     * @return HTTP 407 response code count.
     * 
     */
    private Integer status407;
    /**
     * @return HTTP 408 response code count.
     * 
     */
    private Integer status408;
    /**
     * @return HTTP 409 response code count.
     * 
     */
    private Integer status409;
    /**
     * @return HTTP 410 response code count.
     * 
     */
    private Integer status410;
    /**
     * @return HTTP 411 response code count.
     * 
     */
    private Integer status411;
    /**
     * @return HTTP 412 response code count.
     * 
     */
    private Integer status412;
    /**
     * @return HTTP 413 response code count.
     * 
     */
    private Integer status413;
    /**
     * @return HTTP 414 response code count.
     * 
     */
    private Integer status414;
    /**
     * @return HTTP 415 response code count.
     * 
     */
    private Integer status415;
    /**
     * @return HTTP 416 response code count.
     * 
     */
    private Integer status416;
    /**
     * @return HTTP 417 response code count.
     * 
     */
    private Integer status417;
    /**
     * @return HTTP 421 response code count.
     * 
     */
    private Integer status421;
    /**
     * @return HTTP 422 response code count.
     * 
     */
    private Integer status422;
    /**
     * @return HTTP 423 response code count.
     * 
     */
    private Integer status423;
    /**
     * @return HTTP 424 response code count.
     * 
     */
    private Integer status424;
    /**
     * @return HTTP 425 response code count.
     * 
     */
    private Integer status425;
    /**
     * @return HTTP 426 response code count.
     * 
     */
    private Integer status426;
    /**
     * @return HTTP 428 response code count.
     * 
     */
    private Integer status428;
    /**
     * @return HTTP 429 response code count.
     * 
     */
    private Integer status429;
    /**
     * @return HTTP 431 response code count.
     * 
     */
    private Integer status431;
    /**
     * @return HTTP 451 response code count.
     * 
     */
    private Integer status451;
    /**
     * @return HTTP 500 response code count.
     * 
     */
    private Integer status500;
    /**
     * @return HTTP 501 response code count.
     * 
     */
    private Integer status501;
    /**
     * @return HTTP 502 response code count.
     * 
     */
    private Integer status502;
    /**
     * @return HTTP 503 response code count.
     * 
     */
    private Integer status503;
    /**
     * @return HTTP 504 response code count.
     * 
     */
    private Integer status504;
    /**
     * @return HTTP 505 response code count.
     * 
     */
    private Integer status505;
    /**
     * @return HTTP 506 response code count.
     * 
     */
    private Integer status506;
    /**
     * @return HTTP 507 response code count.
     * 
     */
    private Integer status507;
    /**
     * @return HTTP 508 response code count.
     * 
     */
    private Integer status508;
    /**
     * @return HTTP 509 response code count.
     * 
     */
    private Integer status509;
    /**
     * @return HTTP 510 response code count.
     * 
     */
    private Integer status510;
    /**
     * @return HTTP 511 response code count.
     * 
     */
    private Integer status511;

    private GetApiRequestsOverviewItemResponseCodeCounts() {}
    /**
     * @return HTTP 200 response code count.
     * 
     */
    public Integer status200() {
        return this.status200;
    }
    /**
     * @return HTTP 201 response code count.
     * 
     */
    public Integer status201() {
        return this.status201;
    }
    /**
     * @return HTTP 202 response code count.
     * 
     */
    public Integer status202() {
        return this.status202;
    }
    /**
     * @return HTTP 203 response code count.
     * 
     */
    public Integer status203() {
        return this.status203;
    }
    /**
     * @return HTTP 204 response code count.
     * 
     */
    public Integer status204() {
        return this.status204;
    }
    /**
     * @return HTTP 205 response code count.
     * 
     */
    public Integer status205() {
        return this.status205;
    }
    /**
     * @return HTTP 206 response code count.
     * 
     */
    public Integer status206() {
        return this.status206;
    }
    /**
     * @return HTTP 207 response code count.
     * 
     */
    public Integer status207() {
        return this.status207;
    }
    /**
     * @return HTTP 208 response code count.
     * 
     */
    public Integer status208() {
        return this.status208;
    }
    /**
     * @return HTTP 226 response code count.
     * 
     */
    public Integer status226() {
        return this.status226;
    }
    /**
     * @return HTTP 300 response code count.
     * 
     */
    public Integer status300() {
        return this.status300;
    }
    /**
     * @return HTTP 301 response code count.
     * 
     */
    public Integer status301() {
        return this.status301;
    }
    /**
     * @return HTTP 302 response code count.
     * 
     */
    public Integer status302() {
        return this.status302;
    }
    /**
     * @return HTTP 303 response code count.
     * 
     */
    public Integer status303() {
        return this.status303;
    }
    /**
     * @return HTTP 304 response code count.
     * 
     */
    public Integer status304() {
        return this.status304;
    }
    /**
     * @return HTTP 305 response code count.
     * 
     */
    public Integer status305() {
        return this.status305;
    }
    /**
     * @return HTTP 306 response code count.
     * 
     */
    public Integer status306() {
        return this.status306;
    }
    /**
     * @return HTTP 307 response code count.
     * 
     */
    public Integer status307() {
        return this.status307;
    }
    /**
     * @return HTTP 308 response code count.
     * 
     */
    public Integer status308() {
        return this.status308;
    }
    /**
     * @return HTTP 400 response code count.
     * 
     */
    public Integer status400() {
        return this.status400;
    }
    /**
     * @return HTTP 401 response code count.
     * 
     */
    public Integer status401() {
        return this.status401;
    }
    /**
     * @return HTTP 402 response code count.
     * 
     */
    public Integer status402() {
        return this.status402;
    }
    /**
     * @return HTTP 403 response code count.
     * 
     */
    public Integer status403() {
        return this.status403;
    }
    /**
     * @return HTTP 404 response code count.
     * 
     */
    public Integer status404() {
        return this.status404;
    }
    /**
     * @return HTTP 405 response code count.
     * 
     */
    public Integer status405() {
        return this.status405;
    }
    /**
     * @return HTTP 406 response code count.
     * 
     */
    public Integer status406() {
        return this.status406;
    }
    /**
     * @return HTTP 407 response code count.
     * 
     */
    public Integer status407() {
        return this.status407;
    }
    /**
     * @return HTTP 408 response code count.
     * 
     */
    public Integer status408() {
        return this.status408;
    }
    /**
     * @return HTTP 409 response code count.
     * 
     */
    public Integer status409() {
        return this.status409;
    }
    /**
     * @return HTTP 410 response code count.
     * 
     */
    public Integer status410() {
        return this.status410;
    }
    /**
     * @return HTTP 411 response code count.
     * 
     */
    public Integer status411() {
        return this.status411;
    }
    /**
     * @return HTTP 412 response code count.
     * 
     */
    public Integer status412() {
        return this.status412;
    }
    /**
     * @return HTTP 413 response code count.
     * 
     */
    public Integer status413() {
        return this.status413;
    }
    /**
     * @return HTTP 414 response code count.
     * 
     */
    public Integer status414() {
        return this.status414;
    }
    /**
     * @return HTTP 415 response code count.
     * 
     */
    public Integer status415() {
        return this.status415;
    }
    /**
     * @return HTTP 416 response code count.
     * 
     */
    public Integer status416() {
        return this.status416;
    }
    /**
     * @return HTTP 417 response code count.
     * 
     */
    public Integer status417() {
        return this.status417;
    }
    /**
     * @return HTTP 421 response code count.
     * 
     */
    public Integer status421() {
        return this.status421;
    }
    /**
     * @return HTTP 422 response code count.
     * 
     */
    public Integer status422() {
        return this.status422;
    }
    /**
     * @return HTTP 423 response code count.
     * 
     */
    public Integer status423() {
        return this.status423;
    }
    /**
     * @return HTTP 424 response code count.
     * 
     */
    public Integer status424() {
        return this.status424;
    }
    /**
     * @return HTTP 425 response code count.
     * 
     */
    public Integer status425() {
        return this.status425;
    }
    /**
     * @return HTTP 426 response code count.
     * 
     */
    public Integer status426() {
        return this.status426;
    }
    /**
     * @return HTTP 428 response code count.
     * 
     */
    public Integer status428() {
        return this.status428;
    }
    /**
     * @return HTTP 429 response code count.
     * 
     */
    public Integer status429() {
        return this.status429;
    }
    /**
     * @return HTTP 431 response code count.
     * 
     */
    public Integer status431() {
        return this.status431;
    }
    /**
     * @return HTTP 451 response code count.
     * 
     */
    public Integer status451() {
        return this.status451;
    }
    /**
     * @return HTTP 500 response code count.
     * 
     */
    public Integer status500() {
        return this.status500;
    }
    /**
     * @return HTTP 501 response code count.
     * 
     */
    public Integer status501() {
        return this.status501;
    }
    /**
     * @return HTTP 502 response code count.
     * 
     */
    public Integer status502() {
        return this.status502;
    }
    /**
     * @return HTTP 503 response code count.
     * 
     */
    public Integer status503() {
        return this.status503;
    }
    /**
     * @return HTTP 504 response code count.
     * 
     */
    public Integer status504() {
        return this.status504;
    }
    /**
     * @return HTTP 505 response code count.
     * 
     */
    public Integer status505() {
        return this.status505;
    }
    /**
     * @return HTTP 506 response code count.
     * 
     */
    public Integer status506() {
        return this.status506;
    }
    /**
     * @return HTTP 507 response code count.
     * 
     */
    public Integer status507() {
        return this.status507;
    }
    /**
     * @return HTTP 508 response code count.
     * 
     */
    public Integer status508() {
        return this.status508;
    }
    /**
     * @return HTTP 509 response code count.
     * 
     */
    public Integer status509() {
        return this.status509;
    }
    /**
     * @return HTTP 510 response code count.
     * 
     */
    public Integer status510() {
        return this.status510;
    }
    /**
     * @return HTTP 511 response code count.
     * 
     */
    public Integer status511() {
        return this.status511;
    }

    public static Builder builder() {
        return new Builder();
    }

    public static Builder builder(GetApiRequestsOverviewItemResponseCodeCounts defaults) {
        return new Builder(defaults);
    }
    @CustomType.Builder
    public static final class Builder {
        private Integer status200;
        private Integer status201;
        private Integer status202;
        private Integer status203;
        private Integer status204;
        private Integer status205;
        private Integer status206;
        private Integer status207;
        private Integer status208;
        private Integer status226;
        private Integer status300;
        private Integer status301;
        private Integer status302;
        private Integer status303;
        private Integer status304;
        private Integer status305;
        private Integer status306;
        private Integer status307;
        private Integer status308;
        private Integer status400;
        private Integer status401;
        private Integer status402;
        private Integer status403;
        private Integer status404;
        private Integer status405;
        private Integer status406;
        private Integer status407;
        private Integer status408;
        private Integer status409;
        private Integer status410;
        private Integer status411;
        private Integer status412;
        private Integer status413;
        private Integer status414;
        private Integer status415;
        private Integer status416;
        private Integer status417;
        private Integer status421;
        private Integer status422;
        private Integer status423;
        private Integer status424;
        private Integer status425;
        private Integer status426;
        private Integer status428;
        private Integer status429;
        private Integer status431;
        private Integer status451;
        private Integer status500;
        private Integer status501;
        private Integer status502;
        private Integer status503;
        private Integer status504;
        private Integer status505;
        private Integer status506;
        private Integer status507;
        private Integer status508;
        private Integer status509;
        private Integer status510;
        private Integer status511;
        public Builder() {}
        public Builder(GetApiRequestsOverviewItemResponseCodeCounts defaults) {
    	      Objects.requireNonNull(defaults);
    	      this.status200 = defaults.status200;
    	      this.status201 = defaults.status201;
    	      this.status202 = defaults.status202;
    	      this.status203 = defaults.status203;
    	      this.status204 = defaults.status204;
    	      this.status205 = defaults.status205;
    	      this.status206 = defaults.status206;
    	      this.status207 = defaults.status207;
    	      this.status208 = defaults.status208;
    	      this.status226 = defaults.status226;
    	      this.status300 = defaults.status300;
    	      this.status301 = defaults.status301;
    	      this.status302 = defaults.status302;
    	      this.status303 = defaults.status303;
    	      this.status304 = defaults.status304;
    	      this.status305 = defaults.status305;
    	      this.status306 = defaults.status306;
    	      this.status307 = defaults.status307;
    	      this.status308 = defaults.status308;
    	      this.status400 = defaults.status400;
    	      this.status401 = defaults.status401;
    	      this.status402 = defaults.status402;
    	      this.status403 = defaults.status403;
    	      this.status404 = defaults.status404;
    	      this.status405 = defaults.status405;
    	      this.status406 = defaults.status406;
    	      this.status407 = defaults.status407;
    	      this.status408 = defaults.status408;
    	      this.status409 = defaults.status409;
    	      this.status410 = defaults.status410;
    	      this.status411 = defaults.status411;
    	      this.status412 = defaults.status412;
    	      this.status413 = defaults.status413;
    	      this.status414 = defaults.status414;
    	      this.status415 = defaults.status415;
    	      this.status416 = defaults.status416;
    	      this.status417 = defaults.status417;
    	      this.status421 = defaults.status421;
    	      this.status422 = defaults.status422;
    	      this.status423 = defaults.status423;
    	      this.status424 = defaults.status424;
    	      this.status425 = defaults.status425;
    	      this.status426 = defaults.status426;
    	      this.status428 = defaults.status428;
    	      this.status429 = defaults.status429;
    	      this.status431 = defaults.status431;
    	      this.status451 = defaults.status451;
    	      this.status500 = defaults.status500;
    	      this.status501 = defaults.status501;
    	      this.status502 = defaults.status502;
    	      this.status503 = defaults.status503;
    	      this.status504 = defaults.status504;
    	      this.status505 = defaults.status505;
    	      this.status506 = defaults.status506;
    	      this.status507 = defaults.status507;
    	      this.status508 = defaults.status508;
    	      this.status509 = defaults.status509;
    	      this.status510 = defaults.status510;
    	      this.status511 = defaults.status511;
        }

        @CustomType.Setter
        public Builder status200(Integer status200) {
            if (status200 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status200");
            }
            this.status200 = status200;
            return this;
        }
        @CustomType.Setter
        public Builder status201(Integer status201) {
            if (status201 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status201");
            }
            this.status201 = status201;
            return this;
        }
        @CustomType.Setter
        public Builder status202(Integer status202) {
            if (status202 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status202");
            }
            this.status202 = status202;
            return this;
        }
        @CustomType.Setter
        public Builder status203(Integer status203) {
            if (status203 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status203");
            }
            this.status203 = status203;
            return this;
        }
        @CustomType.Setter
        public Builder status204(Integer status204) {
            if (status204 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status204");
            }
            this.status204 = status204;
            return this;
        }
        @CustomType.Setter
        public Builder status205(Integer status205) {
            if (status205 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status205");
            }
            this.status205 = status205;
            return this;
        }
        @CustomType.Setter
        public Builder status206(Integer status206) {
            if (status206 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status206");
            }
            this.status206 = status206;
            return this;
        }
        @CustomType.Setter
        public Builder status207(Integer status207) {
            if (status207 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status207");
            }
            this.status207 = status207;
            return this;
        }
        @CustomType.Setter
        public Builder status208(Integer status208) {
            if (status208 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status208");
            }
            this.status208 = status208;
            return this;
        }
        @CustomType.Setter
        public Builder status226(Integer status226) {
            if (status226 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status226");
            }
            this.status226 = status226;
            return this;
        }
        @CustomType.Setter
        public Builder status300(Integer status300) {
            if (status300 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status300");
            }
            this.status300 = status300;
            return this;
        }
        @CustomType.Setter
        public Builder status301(Integer status301) {
            if (status301 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status301");
            }
            this.status301 = status301;
            return this;
        }
        @CustomType.Setter
        public Builder status302(Integer status302) {
            if (status302 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status302");
            }
            this.status302 = status302;
            return this;
        }
        @CustomType.Setter
        public Builder status303(Integer status303) {
            if (status303 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status303");
            }
            this.status303 = status303;
            return this;
        }
        @CustomType.Setter
        public Builder status304(Integer status304) {
            if (status304 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status304");
            }
            this.status304 = status304;
            return this;
        }
        @CustomType.Setter
        public Builder status305(Integer status305) {
            if (status305 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status305");
            }
            this.status305 = status305;
            return this;
        }
        @CustomType.Setter
        public Builder status306(Integer status306) {
            if (status306 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status306");
            }
            this.status306 = status306;
            return this;
        }
        @CustomType.Setter
        public Builder status307(Integer status307) {
            if (status307 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status307");
            }
            this.status307 = status307;
            return this;
        }
        @CustomType.Setter
        public Builder status308(Integer status308) {
            if (status308 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status308");
            }
            this.status308 = status308;
            return this;
        }
        @CustomType.Setter
        public Builder status400(Integer status400) {
            if (status400 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status400");
            }
            this.status400 = status400;
            return this;
        }
        @CustomType.Setter
        public Builder status401(Integer status401) {
            if (status401 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status401");
            }
            this.status401 = status401;
            return this;
        }
        @CustomType.Setter
        public Builder status402(Integer status402) {
            if (status402 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status402");
            }
            this.status402 = status402;
            return this;
        }
        @CustomType.Setter
        public Builder status403(Integer status403) {
            if (status403 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status403");
            }
            this.status403 = status403;
            return this;
        }
        @CustomType.Setter
        public Builder status404(Integer status404) {
            if (status404 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status404");
            }
            this.status404 = status404;
            return this;
        }
        @CustomType.Setter
        public Builder status405(Integer status405) {
            if (status405 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status405");
            }
            this.status405 = status405;
            return this;
        }
        @CustomType.Setter
        public Builder status406(Integer status406) {
            if (status406 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status406");
            }
            this.status406 = status406;
            return this;
        }
        @CustomType.Setter
        public Builder status407(Integer status407) {
            if (status407 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status407");
            }
            this.status407 = status407;
            return this;
        }
        @CustomType.Setter
        public Builder status408(Integer status408) {
            if (status408 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status408");
            }
            this.status408 = status408;
            return this;
        }
        @CustomType.Setter
        public Builder status409(Integer status409) {
            if (status409 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status409");
            }
            this.status409 = status409;
            return this;
        }
        @CustomType.Setter
        public Builder status410(Integer status410) {
            if (status410 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status410");
            }
            this.status410 = status410;
            return this;
        }
        @CustomType.Setter
        public Builder status411(Integer status411) {
            if (status411 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status411");
            }
            this.status411 = status411;
            return this;
        }
        @CustomType.Setter
        public Builder status412(Integer status412) {
            if (status412 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status412");
            }
            this.status412 = status412;
            return this;
        }
        @CustomType.Setter
        public Builder status413(Integer status413) {
            if (status413 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status413");
            }
            this.status413 = status413;
            return this;
        }
        @CustomType.Setter
        public Builder status414(Integer status414) {
            if (status414 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status414");
            }
            this.status414 = status414;
            return this;
        }
        @CustomType.Setter
        public Builder status415(Integer status415) {
            if (status415 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status415");
            }
            this.status415 = status415;
            return this;
        }
        @CustomType.Setter
        public Builder status416(Integer status416) {
            if (status416 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status416");
            }
            this.status416 = status416;
            return this;
        }
        @CustomType.Setter
        public Builder status417(Integer status417) {
            if (status417 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status417");
            }
            this.status417 = status417;
            return this;
        }
        @CustomType.Setter
        public Builder status421(Integer status421) {
            if (status421 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status421");
            }
            this.status421 = status421;
            return this;
        }
        @CustomType.Setter
        public Builder status422(Integer status422) {
            if (status422 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status422");
            }
            this.status422 = status422;
            return this;
        }
        @CustomType.Setter
        public Builder status423(Integer status423) {
            if (status423 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status423");
            }
            this.status423 = status423;
            return this;
        }
        @CustomType.Setter
        public Builder status424(Integer status424) {
            if (status424 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status424");
            }
            this.status424 = status424;
            return this;
        }
        @CustomType.Setter
        public Builder status425(Integer status425) {
            if (status425 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status425");
            }
            this.status425 = status425;
            return this;
        }
        @CustomType.Setter
        public Builder status426(Integer status426) {
            if (status426 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status426");
            }
            this.status426 = status426;
            return this;
        }
        @CustomType.Setter
        public Builder status428(Integer status428) {
            if (status428 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status428");
            }
            this.status428 = status428;
            return this;
        }
        @CustomType.Setter
        public Builder status429(Integer status429) {
            if (status429 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status429");
            }
            this.status429 = status429;
            return this;
        }
        @CustomType.Setter
        public Builder status431(Integer status431) {
            if (status431 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status431");
            }
            this.status431 = status431;
            return this;
        }
        @CustomType.Setter
        public Builder status451(Integer status451) {
            if (status451 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status451");
            }
            this.status451 = status451;
            return this;
        }
        @CustomType.Setter
        public Builder status500(Integer status500) {
            if (status500 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status500");
            }
            this.status500 = status500;
            return this;
        }
        @CustomType.Setter
        public Builder status501(Integer status501) {
            if (status501 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status501");
            }
            this.status501 = status501;
            return this;
        }
        @CustomType.Setter
        public Builder status502(Integer status502) {
            if (status502 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status502");
            }
            this.status502 = status502;
            return this;
        }
        @CustomType.Setter
        public Builder status503(Integer status503) {
            if (status503 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status503");
            }
            this.status503 = status503;
            return this;
        }
        @CustomType.Setter
        public Builder status504(Integer status504) {
            if (status504 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status504");
            }
            this.status504 = status504;
            return this;
        }
        @CustomType.Setter
        public Builder status505(Integer status505) {
            if (status505 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status505");
            }
            this.status505 = status505;
            return this;
        }
        @CustomType.Setter
        public Builder status506(Integer status506) {
            if (status506 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status506");
            }
            this.status506 = status506;
            return this;
        }
        @CustomType.Setter
        public Builder status507(Integer status507) {
            if (status507 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status507");
            }
            this.status507 = status507;
            return this;
        }
        @CustomType.Setter
        public Builder status508(Integer status508) {
            if (status508 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status508");
            }
            this.status508 = status508;
            return this;
        }
        @CustomType.Setter
        public Builder status509(Integer status509) {
            if (status509 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status509");
            }
            this.status509 = status509;
            return this;
        }
        @CustomType.Setter
        public Builder status510(Integer status510) {
            if (status510 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status510");
            }
            this.status510 = status510;
            return this;
        }
        @CustomType.Setter
        public Builder status511(Integer status511) {
            if (status511 == null) {
              throw new MissingRequiredPropertyException("GetApiRequestsOverviewItemResponseCodeCounts", "status511");
            }
            this.status511 = status511;
            return this;
        }
        public GetApiRequestsOverviewItemResponseCodeCounts build() {
            final var _resultValue = new GetApiRequestsOverviewItemResponseCodeCounts();
            _resultValue.status200 = status200;
            _resultValue.status201 = status201;
            _resultValue.status202 = status202;
            _resultValue.status203 = status203;
            _resultValue.status204 = status204;
            _resultValue.status205 = status205;
            _resultValue.status206 = status206;
            _resultValue.status207 = status207;
            _resultValue.status208 = status208;
            _resultValue.status226 = status226;
            _resultValue.status300 = status300;
            _resultValue.status301 = status301;
            _resultValue.status302 = status302;
            _resultValue.status303 = status303;
            _resultValue.status304 = status304;
            _resultValue.status305 = status305;
            _resultValue.status306 = status306;
            _resultValue.status307 = status307;
            _resultValue.status308 = status308;
            _resultValue.status400 = status400;
            _resultValue.status401 = status401;
            _resultValue.status402 = status402;
            _resultValue.status403 = status403;
            _resultValue.status404 = status404;
            _resultValue.status405 = status405;
            _resultValue.status406 = status406;
            _resultValue.status407 = status407;
            _resultValue.status408 = status408;
            _resultValue.status409 = status409;
            _resultValue.status410 = status410;
            _resultValue.status411 = status411;
            _resultValue.status412 = status412;
            _resultValue.status413 = status413;
            _resultValue.status414 = status414;
            _resultValue.status415 = status415;
            _resultValue.status416 = status416;
            _resultValue.status417 = status417;
            _resultValue.status421 = status421;
            _resultValue.status422 = status422;
            _resultValue.status423 = status423;
            _resultValue.status424 = status424;
            _resultValue.status425 = status425;
            _resultValue.status426 = status426;
            _resultValue.status428 = status428;
            _resultValue.status429 = status429;
            _resultValue.status431 = status431;
            _resultValue.status451 = status451;
            _resultValue.status500 = status500;
            _resultValue.status501 = status501;
            _resultValue.status502 = status502;
            _resultValue.status503 = status503;
            _resultValue.status504 = status504;
            _resultValue.status505 = status505;
            _resultValue.status506 = status506;
            _resultValue.status507 = status507;
            _resultValue.status508 = status508;
            _resultValue.status509 = status509;
            _resultValue.status510 = status510;
            _resultValue.status511 = status511;
            return _resultValue;
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy