Class InstanceIdFilter
- java.lang.Object
-
- software.amazon.awssdk.services.connectcampaigns.model.InstanceIdFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceIdFilter.Builder,InstanceIdFilter>
@Generated("software.amazon.awssdk:codegen") public final class InstanceIdFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceIdFilter.Builder,InstanceIdFilter>
Connect instance identifier filter
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInstanceIdFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstanceIdFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstanceIdFilterOperatoroperator()Returns the value of the Operator property for this object.StringoperatorAsString()Returns the value of the Operator property for this object.List<SdkField<?>>sdkFields()static Class<? extends InstanceIdFilter.Builder>serializableBuilderClass()InstanceIdFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()Returns the value of the Value property for this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
value
public final String value()
Returns the value of the Value property for this object.- Returns:
- The value of the Value property for this object.
-
operator
public final InstanceIdFilterOperator operator()
Returns the value of the Operator property for this object.If the service returns an enum value that is not available in the current SDK version,
operatorwill returnInstanceIdFilterOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The value of the Operator property for this object.
- See Also:
InstanceIdFilterOperator
-
operatorAsString
public final String operatorAsString()
Returns the value of the Operator property for this object.If the service returns an enum value that is not available in the current SDK version,
operatorwill returnInstanceIdFilterOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The value of the Operator property for this object.
- See Also:
InstanceIdFilterOperator
-
toBuilder
public InstanceIdFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceIdFilter.Builder,InstanceIdFilter>
-
builder
public static InstanceIdFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends InstanceIdFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
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.
-
-