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

com.amazonaws.services.datapipeline.model.Operator Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.11.7
Show newest version
/*
 * Copyright 2011-2016 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.datapipeline.model;

import java.io.Serializable;

/**
 * 

* Contains a logical operation for comparing the value of a field with a * specified value. *

*/ public class Operator implements Serializable, Cloneable { /** *

* The logical operation to be performed: equal (EQ), equal * reference (REF_EQ), less than or equal (LE), * greater than or equal (GE), or between (BETWEEN * ). Equal reference (REF_EQ) can be used only with reference * fields. The other comparison types can be used only with String fields. * The comparison types you can use apply only to certain object fields, as * detailed below. *

*

* The comparison operators EQ and REF_EQ act on the following fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and set by * the web service. When you name fields, you should choose names containing * only alpha-numeric values, as symbols may be reserved by AWS Data * Pipeline. User-defined fields that you add to a pipeline should prefix * their name with the string "my". *

*/ private String type; /** *

* The value that the actual field value will be compared with. *

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

* The logical operation to be performed: equal (EQ), equal * reference (REF_EQ), less than or equal (LE), * greater than or equal (GE), or between (BETWEEN * ). Equal reference (REF_EQ) can be used only with reference * fields. The other comparison types can be used only with String fields. * The comparison types you can use apply only to certain object fields, as * detailed below. *

*

* The comparison operators EQ and REF_EQ act on the following fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and set by * the web service. When you name fields, you should choose names containing * only alpha-numeric values, as symbols may be reserved by AWS Data * Pipeline. User-defined fields that you add to a pipeline should prefix * their name with the string "my". *

* * @param type * The logical operation to be performed: equal (EQ), * equal reference (REF_EQ), less than or equal ( * LE), greater than or equal (GE), or * between (BETWEEN). Equal reference ( * REF_EQ) can be used only with reference fields. The * other comparison types can be used only with String fields. The * comparison types you can use apply only to certain object fields, * as detailed below.

*

* The comparison operators EQ and REF_EQ act on the following * fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and * set by the web service. When you name fields, you should choose * names containing only alpha-numeric values, as symbols may be * reserved by AWS Data Pipeline. User-defined fields that you add to * a pipeline should prefix their name with the string "my". * @see OperatorType */ public void setType(String type) { this.type = type; } /** *

* The logical operation to be performed: equal (EQ), equal * reference (REF_EQ), less than or equal (LE), * greater than or equal (GE), or between (BETWEEN * ). Equal reference (REF_EQ) can be used only with reference * fields. The other comparison types can be used only with String fields. * The comparison types you can use apply only to certain object fields, as * detailed below. *

*

* The comparison operators EQ and REF_EQ act on the following fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and set by * the web service. When you name fields, you should choose names containing * only alpha-numeric values, as symbols may be reserved by AWS Data * Pipeline. User-defined fields that you add to a pipeline should prefix * their name with the string "my". *

* * @return The logical operation to be performed: equal (EQ), * equal reference (REF_EQ), less than or equal ( * LE), greater than or equal (GE), or * between (BETWEEN). Equal reference ( * REF_EQ) can be used only with reference fields. The * other comparison types can be used only with String fields. The * comparison types you can use apply only to certain object fields, * as detailed below.

*

* The comparison operators EQ and REF_EQ act on the following * fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and * set by the web service. When you name fields, you should choose * names containing only alpha-numeric values, as symbols may be * reserved by AWS Data Pipeline. User-defined fields that you add * to a pipeline should prefix their name with the string "my". * @see OperatorType */ public String getType() { return this.type; } /** *

* The logical operation to be performed: equal (EQ), equal * reference (REF_EQ), less than or equal (LE), * greater than or equal (GE), or between (BETWEEN * ). Equal reference (REF_EQ) can be used only with reference * fields. The other comparison types can be used only with String fields. * The comparison types you can use apply only to certain object fields, as * detailed below. *

*

* The comparison operators EQ and REF_EQ act on the following fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and set by * the web service. When you name fields, you should choose names containing * only alpha-numeric values, as symbols may be reserved by AWS Data * Pipeline. User-defined fields that you add to a pipeline should prefix * their name with the string "my". *

* * @param type * The logical operation to be performed: equal (EQ), * equal reference (REF_EQ), less than or equal ( * LE), greater than or equal (GE), or * between (BETWEEN). Equal reference ( * REF_EQ) can be used only with reference fields. The * other comparison types can be used only with String fields. The * comparison types you can use apply only to certain object fields, * as detailed below.

*

* The comparison operators EQ and REF_EQ act on the following * fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and * set by the web service. When you name fields, you should choose * names containing only alpha-numeric values, as symbols may be * reserved by AWS Data Pipeline. User-defined fields that you add to * a pipeline should prefix their name with the string "my". * @return Returns a reference to this object so that method calls can be * chained together. * @see OperatorType */ public Operator withType(String type) { setType(type); return this; } /** *

* The logical operation to be performed: equal (EQ), equal * reference (REF_EQ), less than or equal (LE), * greater than or equal (GE), or between (BETWEEN * ). Equal reference (REF_EQ) can be used only with reference * fields. The other comparison types can be used only with String fields. * The comparison types you can use apply only to certain object fields, as * detailed below. *

*

* The comparison operators EQ and REF_EQ act on the following fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and set by * the web service. When you name fields, you should choose names containing * only alpha-numeric values, as symbols may be reserved by AWS Data * Pipeline. User-defined fields that you add to a pipeline should prefix * their name with the string "my". *

* * @param type * The logical operation to be performed: equal (EQ), * equal reference (REF_EQ), less than or equal ( * LE), greater than or equal (GE), or * between (BETWEEN). Equal reference ( * REF_EQ) can be used only with reference fields. The * other comparison types can be used only with String fields. The * comparison types you can use apply only to certain object fields, * as detailed below.

*

* The comparison operators EQ and REF_EQ act on the following * fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and * set by the web service. When you name fields, you should choose * names containing only alpha-numeric values, as symbols may be * reserved by AWS Data Pipeline. User-defined fields that you add to * a pipeline should prefix their name with the string "my". * @see OperatorType */ public void setType(OperatorType type) { this.type = type.toString(); } /** *

* The logical operation to be performed: equal (EQ), equal * reference (REF_EQ), less than or equal (LE), * greater than or equal (GE), or between (BETWEEN * ). Equal reference (REF_EQ) can be used only with reference * fields. The other comparison types can be used only with String fields. * The comparison types you can use apply only to certain object fields, as * detailed below. *

*

* The comparison operators EQ and REF_EQ act on the following fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and set by * the web service. When you name fields, you should choose names containing * only alpha-numeric values, as symbols may be reserved by AWS Data * Pipeline. User-defined fields that you add to a pipeline should prefix * their name with the string "my". *

* * @param type * The logical operation to be performed: equal (EQ), * equal reference (REF_EQ), less than or equal ( * LE), greater than or equal (GE), or * between (BETWEEN). Equal reference ( * REF_EQ) can be used only with reference fields. The * other comparison types can be used only with String fields. The * comparison types you can use apply only to certain object fields, * as detailed below.

*

* The comparison operators EQ and REF_EQ act on the following * fields: *

*
    *
  • name
  • *
  • @sphere
  • *
  • parent
  • *
  • @componentParent
  • *
  • @instanceParent
  • *
  • @status
  • *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* The comparison operators GE, LE, and * BETWEEN act on the following fields: *

*
    *
  • @scheduledStartTime
  • *
  • @scheduledEndTime
  • *
  • @actualStartTime
  • *
  • @actualEndTime
  • *
*

* Note that fields beginning with the at sign (@) are read-only and * set by the web service. When you name fields, you should choose * names containing only alpha-numeric values, as symbols may be * reserved by AWS Data Pipeline. User-defined fields that you add to * a pipeline should prefix their name with the string "my". * @return Returns a reference to this object so that method calls can be * chained together. * @see OperatorType */ public Operator withType(OperatorType type) { setType(type); return this; } /** *

* The value that the actual field value will be compared with. *

* * @return The value that the actual field value will be compared with. */ public java.util.List getValues() { if (values == null) { values = new com.amazonaws.internal.SdkInternalList(); } return values; } /** *

* The value that the actual field value will be compared with. *

* * @param values * The value that the actual field value will be compared with. */ public void setValues(java.util.Collection values) { if (values == null) { this.values = null; return; } this.values = new com.amazonaws.internal.SdkInternalList(values); } /** *

* The value that the actual field value will be compared with. *

*

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

* * @param values * The value that the actual field value will be compared with. * @return Returns a reference to this object so that method calls can be * chained together. */ public Operator withValues(String... values) { if (this.values == null) { setValues(new com.amazonaws.internal.SdkInternalList( values.length)); } for (String ele : values) { this.values.add(ele); } return this; } /** *

* The value that the actual field value will be compared with. *

* * @param values * The value that the actual field value will be compared with. * @return Returns a reference to this object so that method calls can be * chained together. */ public Operator withValues(java.util.Collection values) { setValues(values); return this; } /** * Returns a string representation of this object; useful for testing and * debugging. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getType() != null) sb.append("Type: " + getType() + ","); if (getValues() != null) sb.append("Values: " + getValues()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof Operator == false) return false; Operator other = (Operator) obj; if (other.getType() == null ^ this.getType() == null) return false; if (other.getType() != null && other.getType().equals(this.getType()) == false) return false; if (other.getValues() == null ^ this.getValues() == null) return false; if (other.getValues() != null && other.getValues().equals(this.getValues()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getType() == null) ? 0 : getType().hashCode()); hashCode = prime * hashCode + ((getValues() == null) ? 0 : getValues().hashCode()); return hashCode; } @Override public Operator clone() { try { return (Operator) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException( "Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy