Tabnine Logo
ExportFilter
Code IndexAdd Tabnine to your IDE (free)

How to use
ExportFilter
in
software.amazon.awssdk.services.applicationdiscovery.model

Best Java code snippets using software.amazon.awssdk.services.applicationdiscovery.model.ExportFilter (Showing top 20 results out of 315)

origin: software.amazon.awssdk/discovery

  @Override
  public ExportFilter build() {
    return new ExportFilter(this);
  }
}
origin: aws/aws-sdk-java-v2

@Override
public boolean equals(Object obj) {
  if (this == obj) {
    return true;
  }
  if (obj == null) {
    return false;
  }
  if (!(obj instanceof ExportFilter)) {
    return false;
  }
  ExportFilter other = (ExportFilter) obj;
  return Objects.equals(name(), other.name()) && Objects.equals(values(), other.values())
      && Objects.equals(condition(), other.condition());
}
origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder filters(Consumer<ExportFilter.Builder>... filters) {
  filters(Stream.of(filters).map(c -> ExportFilter.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder filters(Consumer<ExportFilter.Builder>... filters) {
  filters(Stream.of(filters).map(c -> ExportFilter.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
origin: software.amazon.awssdk/discovery

@Override
public boolean equals(Object obj) {
  if (this == obj) {
    return true;
  }
  if (obj == null) {
    return false;
  }
  if (!(obj instanceof ExportFilter)) {
    return false;
  }
  ExportFilter other = (ExportFilter) obj;
  return Objects.equals(name(), other.name()) && Objects.equals(values(), other.values())
      && Objects.equals(condition(), other.condition());
}
origin: software.amazon.awssdk/discovery

@Override
@SafeVarargs
public final Builder filters(Consumer<ExportFilter.Builder>... filters) {
  filters(Stream.of(filters).map(c -> ExportFilter.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
origin: software.amazon.awssdk/applicationdiscovery

@Override
public ExportFilter build() {
  return new ExportFilter(this);
}
origin: aws/aws-sdk-java-v2

@Override
public int hashCode() {
  int hashCode = 1;
  hashCode = 31 * hashCode + Objects.hashCode(name());
  hashCode = 31 * hashCode + Objects.hashCode(values());
  hashCode = 31 * hashCode + Objects.hashCode(condition());
  return hashCode;
}
origin: software.amazon.awssdk/applicationdiscovery

@Override
@SafeVarargs
public final Builder filters(Consumer<ExportFilter.Builder>... filters) {
  filters(Stream.of(filters).map(c -> ExportFilter.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
origin: aws/aws-sdk-java-v2

@Override
public ExportFilter build() {
  return new ExportFilter(this);
}
origin: aws/aws-sdk-java-v2

public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) {
  switch (fieldName) {
  case "name":
    return Optional.ofNullable(clazz.cast(name()));
  case "values":
    return Optional.ofNullable(clazz.cast(values()));
  case "condition":
    return Optional.ofNullable(clazz.cast(condition()));
  default:
    return Optional.empty();
  }
}
origin: software.amazon.awssdk/discovery

@Override
@SafeVarargs
public final Builder filters(Consumer<ExportFilter.Builder>... filters) {
  filters(Stream.of(filters).map(c -> ExportFilter.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
origin: software.amazon.awssdk/applicationdiscovery

@Override
public int hashCode() {
  int hashCode = 1;
  hashCode = 31 * hashCode + Objects.hashCode(name());
  hashCode = 31 * hashCode + Objects.hashCode(values());
  hashCode = 31 * hashCode + Objects.hashCode(condition());
  return hashCode;
}
origin: software.amazon.awssdk/applicationdiscovery

@Override
@SafeVarargs
public final Builder filters(Consumer<ExportFilter.Builder>... filters) {
  filters(Stream.of(filters).map(c -> ExportFilter.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
origin: software.amazon.awssdk/discovery

@Override
public int hashCode() {
  int hashCode = 1;
  hashCode = 31 * hashCode + Objects.hashCode(name());
  hashCode = 31 * hashCode + Objects.hashCode(values());
  hashCode = 31 * hashCode + Objects.hashCode(condition());
  return hashCode;
}
origin: software.amazon.awssdk/discovery

public ExportFilter unmarshall(JsonUnmarshallerContext context) throws Exception {
  ExportFilter.Builder exportFilterBuilder = ExportFilter.builder();
origin: software.amazon.awssdk/applicationdiscovery

@Override
public boolean equals(Object obj) {
  if (this == obj) {
    return true;
  }
  if (obj == null) {
    return false;
  }
  if (!(obj instanceof ExportFilter)) {
    return false;
  }
  ExportFilter other = (ExportFilter) obj;
  return Objects.equals(name(), other.name()) && Objects.equals(values(), other.values())
      && Objects.equals(condition(), other.condition());
}
origin: aws/aws-sdk-java-v2

/**
 * 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.
 */
@Override
public String toString() {
  return ToString.builder("ExportFilter").add("Name", name()).add("Values", values()).add("Condition", condition()).build();
}
origin: software.amazon.awssdk/applicationdiscovery

/**
 * 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.
 */
@Override
public String toString() {
  return ToString.builder("ExportFilter").add("Name", name()).add("Values", values()).add("Condition", condition()).build();
}
origin: software.amazon.awssdk/discovery

@Override
public String toString() {
  return ToString.builder("ExportFilter").add("Name", name()).add("Values", values()).add("Condition", condition()).build();
}
software.amazon.awssdk.services.applicationdiscovery.modelExportFilter

Javadoc

Used to select which agent's data is to be exported. A single agent ID may be selected for export using the StartExportTask action.

Most used methods

  • <init>
  • builder
  • condition
    Supported condition: EQUALS
  • name
    A single ExportFilter name. Supported filters: agentId.
  • values
    A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents [http://d

Popular in Java

  • Reactive rest calls using spring rest template
  • onRequestPermissionsResult (Fragment)
  • putExtra (Intent)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • JList (javax.swing)
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now