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

com.amazonaws.services.ec2.model.DescribeFlowLogsRequest Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon EC2 module holds the client classes that are used for communicating with Amazon EC2 Service

There is a newer version: 1.12.772
Show newest version
/*
 * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.ec2.model;

import java.io.Serializable;
import javax.annotation.Generated;

import com.amazonaws.AmazonWebServiceRequest;
import com.amazonaws.Request;
import com.amazonaws.services.ec2.model.transform.DescribeFlowLogsRequestMarshaller;

/**
 * 
 */
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class DescribeFlowLogsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest {

    /**
     * 

* One or more filters. *

*
    *
  • *

    * deliver-log-status - The status of the logs delivery (SUCCESS | FAILED). *

    *
  • *
  • *

    * log-destination-type - The type of destination for the flow log data (cloud-watch-logs * | s3 | kinesis-data-firehose). *

    *
  • *
  • *

    * flow-log-id - The ID of the flow log. *

    *
  • *
  • *

    * log-group-name - The name of the log group. *

    *
  • *
  • *

    * resource-id - The ID of the VPC, subnet, or network interface. *

    *
  • *
  • *

    * traffic-type - The type of traffic (ACCEPT | REJECT | ALL). *

    *
  • *
  • *

    * tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in * the filter name and the tag value as the filter value. For example, to find all resources that have a tag with * the key Owner and the value TeamA, specify tag:Owner for the filter name * and TeamA for the filter value. *

    *
  • *
  • *

    * tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned * a tag with a specific key, regardless of the tag value. *

    *
  • *
*/ private com.amazonaws.internal.SdkInternalList filter; /** *

* One or more flow log IDs. *

*

* Constraint: Maximum of 1000 flow log IDs. *

*/ private com.amazonaws.internal.SdkInternalList flowLogIds; /** *

* The maximum number of items to return for this request. To get the next page of items, make another request with * the token returned in the output. For more information, see Pagination. *

*/ private Integer maxResults; /** *

* The token to request the next page of items. Pagination continues from the end of the items returned by the * previous request. *

*/ private String nextToken; /** *

* One or more filters. *

*
    *
  • *

    * deliver-log-status - The status of the logs delivery (SUCCESS | FAILED). *

    *
  • *
  • *

    * log-destination-type - The type of destination for the flow log data (cloud-watch-logs * | s3 | kinesis-data-firehose). *

    *
  • *
  • *

    * flow-log-id - The ID of the flow log. *

    *
  • *
  • *

    * log-group-name - The name of the log group. *

    *
  • *
  • *

    * resource-id - The ID of the VPC, subnet, or network interface. *

    *
  • *
  • *

    * traffic-type - The type of traffic (ACCEPT | REJECT | ALL). *

    *
  • *
  • *

    * tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in * the filter name and the tag value as the filter value. For example, to find all resources that have a tag with * the key Owner and the value TeamA, specify tag:Owner for the filter name * and TeamA for the filter value. *

    *
  • *
  • *

    * tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned * a tag with a specific key, regardless of the tag value. *

    *
  • *
* * @return One or more filters.

*
    *
  • *

    * deliver-log-status - The status of the logs delivery (SUCCESS | * FAILED). *

    *
  • *
  • *

    * log-destination-type - The type of destination for the flow log data ( * cloud-watch-logs | s3 | kinesis-data-firehose). *

    *
  • *
  • *

    * flow-log-id - The ID of the flow log. *

    *
  • *
  • *

    * log-group-name - The name of the log group. *

    *
  • *
  • *

    * resource-id - The ID of the VPC, subnet, or network interface. *

    *
  • *
  • *

    * traffic-type - The type of traffic (ACCEPT | REJECT | * ALL). *

    *
  • *
  • *

    * tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag * key in the filter name and the tag value as the filter value. For example, to find all resources that * have a tag with the key Owner and the value TeamA, specify * tag:Owner for the filter name and TeamA for the filter value. *

    *
  • *
  • *

    * tag-key - The key of a tag assigned to the resource. Use this filter to find all resources * assigned a tag with a specific key, regardless of the tag value. *

    *
  • */ public java.util.List getFilter() { if (filter == null) { filter = new com.amazonaws.internal.SdkInternalList(); } return filter; } /** *

    * One or more filters. *

    *
      *
    • *

      * deliver-log-status - The status of the logs delivery (SUCCESS | FAILED). *

      *
    • *
    • *

      * log-destination-type - The type of destination for the flow log data (cloud-watch-logs * | s3 | kinesis-data-firehose). *

      *
    • *
    • *

      * flow-log-id - The ID of the flow log. *

      *
    • *
    • *

      * log-group-name - The name of the log group. *

      *
    • *
    • *

      * resource-id - The ID of the VPC, subnet, or network interface. *

      *
    • *
    • *

      * traffic-type - The type of traffic (ACCEPT | REJECT | ALL). *

      *
    • *
    • *

      * tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in * the filter name and the tag value as the filter value. For example, to find all resources that have a tag with * the key Owner and the value TeamA, specify tag:Owner for the filter name * and TeamA for the filter value. *

      *
    • *
    • *

      * tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned * a tag with a specific key, regardless of the tag value. *

      *
    • *
    * * @param filter * One or more filters.

    *
      *
    • *

      * deliver-log-status - The status of the logs delivery (SUCCESS | * FAILED). *

      *
    • *
    • *

      * log-destination-type - The type of destination for the flow log data ( * cloud-watch-logs | s3 | kinesis-data-firehose). *

      *
    • *
    • *

      * flow-log-id - The ID of the flow log. *

      *
    • *
    • *

      * log-group-name - The name of the log group. *

      *
    • *
    • *

      * resource-id - The ID of the VPC, subnet, or network interface. *

      *
    • *
    • *

      * traffic-type - The type of traffic (ACCEPT | REJECT | * ALL). *

      *
    • *
    • *

      * tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag * key in the filter name and the tag value as the filter value. For example, to find all resources that have * a tag with the key Owner and the value TeamA, specify tag:Owner for * the filter name and TeamA for the filter value. *

      *
    • *
    • *

      * tag-key - The key of a tag assigned to the resource. Use this filter to find all resources * assigned a tag with a specific key, regardless of the tag value. *

      *
    • */ public void setFilter(java.util.Collection filter) { if (filter == null) { this.filter = null; return; } this.filter = new com.amazonaws.internal.SdkInternalList(filter); } /** *

      * One or more filters. *

      *
        *
      • *

        * deliver-log-status - The status of the logs delivery (SUCCESS | FAILED). *

        *
      • *
      • *

        * log-destination-type - The type of destination for the flow log data (cloud-watch-logs * | s3 | kinesis-data-firehose). *

        *
      • *
      • *

        * flow-log-id - The ID of the flow log. *

        *
      • *
      • *

        * log-group-name - The name of the log group. *

        *
      • *
      • *

        * resource-id - The ID of the VPC, subnet, or network interface. *

        *
      • *
      • *

        * traffic-type - The type of traffic (ACCEPT | REJECT | ALL). *

        *
      • *
      • *

        * tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in * the filter name and the tag value as the filter value. For example, to find all resources that have a tag with * the key Owner and the value TeamA, specify tag:Owner for the filter name * and TeamA for the filter value. *

        *
      • *
      • *

        * tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned * a tag with a specific key, regardless of the tag value. *

        *
      • *
      *

      * NOTE: This method appends the values to the existing list (if any). Use * {@link #setFilter(java.util.Collection)} or {@link #withFilter(java.util.Collection)} if you want to override the * existing values. *

      * * @param filter * One or more filters.

      *
        *
      • *

        * deliver-log-status - The status of the logs delivery (SUCCESS | * FAILED). *

        *
      • *
      • *

        * log-destination-type - The type of destination for the flow log data ( * cloud-watch-logs | s3 | kinesis-data-firehose). *

        *
      • *
      • *

        * flow-log-id - The ID of the flow log. *

        *
      • *
      • *

        * log-group-name - The name of the log group. *

        *
      • *
      • *

        * resource-id - The ID of the VPC, subnet, or network interface. *

        *
      • *
      • *

        * traffic-type - The type of traffic (ACCEPT | REJECT | * ALL). *

        *
      • *
      • *

        * tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag * key in the filter name and the tag value as the filter value. For example, to find all resources that have * a tag with the key Owner and the value TeamA, specify tag:Owner for * the filter name and TeamA for the filter value. *

        *
      • *
      • *

        * tag-key - The key of a tag assigned to the resource. Use this filter to find all resources * assigned a tag with a specific key, regardless of the tag value. *

        *
      • * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFlowLogsRequest withFilter(Filter... filter) { if (this.filter == null) { setFilter(new com.amazonaws.internal.SdkInternalList(filter.length)); } for (Filter ele : filter) { this.filter.add(ele); } return this; } /** *

        * One or more filters. *

        *
          *
        • *

          * deliver-log-status - The status of the logs delivery (SUCCESS | FAILED). *

          *
        • *
        • *

          * log-destination-type - The type of destination for the flow log data (cloud-watch-logs * | s3 | kinesis-data-firehose). *

          *
        • *
        • *

          * flow-log-id - The ID of the flow log. *

          *
        • *
        • *

          * log-group-name - The name of the log group. *

          *
        • *
        • *

          * resource-id - The ID of the VPC, subnet, or network interface. *

          *
        • *
        • *

          * traffic-type - The type of traffic (ACCEPT | REJECT | ALL). *

          *
        • *
        • *

          * tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in * the filter name and the tag value as the filter value. For example, to find all resources that have a tag with * the key Owner and the value TeamA, specify tag:Owner for the filter name * and TeamA for the filter value. *

          *
        • *
        • *

          * tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned * a tag with a specific key, regardless of the tag value. *

          *
        • *
        * * @param filter * One or more filters.

        *
          *
        • *

          * deliver-log-status - The status of the logs delivery (SUCCESS | * FAILED). *

          *
        • *
        • *

          * log-destination-type - The type of destination for the flow log data ( * cloud-watch-logs | s3 | kinesis-data-firehose). *

          *
        • *
        • *

          * flow-log-id - The ID of the flow log. *

          *
        • *
        • *

          * log-group-name - The name of the log group. *

          *
        • *
        • *

          * resource-id - The ID of the VPC, subnet, or network interface. *

          *
        • *
        • *

          * traffic-type - The type of traffic (ACCEPT | REJECT | * ALL). *

          *
        • *
        • *

          * tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag * key in the filter name and the tag value as the filter value. For example, to find all resources that have * a tag with the key Owner and the value TeamA, specify tag:Owner for * the filter name and TeamA for the filter value. *

          *
        • *
        • *

          * tag-key - The key of a tag assigned to the resource. Use this filter to find all resources * assigned a tag with a specific key, regardless of the tag value. *

          *
        • * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFlowLogsRequest withFilter(java.util.Collection filter) { setFilter(filter); return this; } /** *

          * One or more flow log IDs. *

          *

          * Constraint: Maximum of 1000 flow log IDs. *

          * * @return One or more flow log IDs.

          *

          * Constraint: Maximum of 1000 flow log IDs. */ public java.util.List getFlowLogIds() { if (flowLogIds == null) { flowLogIds = new com.amazonaws.internal.SdkInternalList(); } return flowLogIds; } /** *

          * One or more flow log IDs. *

          *

          * Constraint: Maximum of 1000 flow log IDs. *

          * * @param flowLogIds * One or more flow log IDs.

          *

          * Constraint: Maximum of 1000 flow log IDs. */ public void setFlowLogIds(java.util.Collection flowLogIds) { if (flowLogIds == null) { this.flowLogIds = null; return; } this.flowLogIds = new com.amazonaws.internal.SdkInternalList(flowLogIds); } /** *

          * One or more flow log IDs. *

          *

          * Constraint: Maximum of 1000 flow log IDs. *

          *

          * NOTE: This method appends the values to the existing list (if any). Use * {@link #setFlowLogIds(java.util.Collection)} or {@link #withFlowLogIds(java.util.Collection)} if you want to * override the existing values. *

          * * @param flowLogIds * One or more flow log IDs.

          *

          * Constraint: Maximum of 1000 flow log IDs. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFlowLogsRequest withFlowLogIds(String... flowLogIds) { if (this.flowLogIds == null) { setFlowLogIds(new com.amazonaws.internal.SdkInternalList(flowLogIds.length)); } for (String ele : flowLogIds) { this.flowLogIds.add(ele); } return this; } /** *

          * One or more flow log IDs. *

          *

          * Constraint: Maximum of 1000 flow log IDs. *

          * * @param flowLogIds * One or more flow log IDs.

          *

          * Constraint: Maximum of 1000 flow log IDs. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFlowLogsRequest withFlowLogIds(java.util.Collection flowLogIds) { setFlowLogIds(flowLogIds); return this; } /** *

          * The maximum number of items to return for this request. To get the next page of items, make another request with * the token returned in the output. For more information, see Pagination. *

          * * @param maxResults * The maximum number of items to return for this request. To get the next page of items, make another * request with the token returned in the output. For more information, see Pagination. */ public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } /** *

          * The maximum number of items to return for this request. To get the next page of items, make another request with * the token returned in the output. For more information, see Pagination. *

          * * @return The maximum number of items to return for this request. To get the next page of items, make another * request with the token returned in the output. For more information, see Pagination. */ public Integer getMaxResults() { return this.maxResults; } /** *

          * The maximum number of items to return for this request. To get the next page of items, make another request with * the token returned in the output. For more information, see Pagination. *

          * * @param maxResults * The maximum number of items to return for this request. To get the next page of items, make another * request with the token returned in the output. For more information, see Pagination. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFlowLogsRequest withMaxResults(Integer maxResults) { setMaxResults(maxResults); return this; } /** *

          * The token to request the next page of items. Pagination continues from the end of the items returned by the * previous request. *

          * * @param nextToken * The token to request the next page of items. Pagination continues from the end of the items returned by * the previous request. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** *

          * The token to request the next page of items. Pagination continues from the end of the items returned by the * previous request. *

          * * @return The token to request the next page of items. Pagination continues from the end of the items returned by * the previous request. */ public String getNextToken() { return this.nextToken; } /** *

          * The token to request the next page of items. Pagination continues from the end of the items returned by the * previous request. *

          * * @param nextToken * The token to request the next page of items. Pagination continues from the end of the items returned by * the previous request. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeFlowLogsRequest withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** * This method is intended for internal use only. Returns the marshaled request configured with additional * parameters to enable operation dry-run. */ @Override public Request getDryRunRequest() { Request request = new DescribeFlowLogsRequestMarshaller().marshall(this); request.addParameter("DryRun", Boolean.toString(true)); return request; } /** * Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be * redacted from this string using a placeholder value. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getFilter() != null) sb.append("Filter: ").append(getFilter()).append(","); if (getFlowLogIds() != null) sb.append("FlowLogIds: ").append(getFlowLogIds()).append(","); if (getMaxResults() != null) sb.append("MaxResults: ").append(getMaxResults()).append(","); if (getNextToken() != null) sb.append("NextToken: ").append(getNextToken()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof DescribeFlowLogsRequest == false) return false; DescribeFlowLogsRequest other = (DescribeFlowLogsRequest) obj; if (other.getFilter() == null ^ this.getFilter() == null) return false; if (other.getFilter() != null && other.getFilter().equals(this.getFilter()) == false) return false; if (other.getFlowLogIds() == null ^ this.getFlowLogIds() == null) return false; if (other.getFlowLogIds() != null && other.getFlowLogIds().equals(this.getFlowLogIds()) == false) return false; if (other.getMaxResults() == null ^ this.getMaxResults() == null) return false; if (other.getMaxResults() != null && other.getMaxResults().equals(this.getMaxResults()) == false) return false; if (other.getNextToken() == null ^ this.getNextToken() == null) return false; if (other.getNextToken() != null && other.getNextToken().equals(this.getNextToken()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getFilter() == null) ? 0 : getFilter().hashCode()); hashCode = prime * hashCode + ((getFlowLogIds() == null) ? 0 : getFlowLogIds().hashCode()); hashCode = prime * hashCode + ((getMaxResults() == null) ? 0 : getMaxResults().hashCode()); hashCode = prime * hashCode + ((getNextToken() == null) ? 0 : getNextToken().hashCode()); return hashCode; } @Override public DescribeFlowLogsRequest clone() { return (DescribeFlowLogsRequest) super.clone(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy