@Generated(value="software.amazon.awssdk:codegen") public final class FargateProfileSelector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FargateProfileSelector.Builder,FargateProfileSelector>
An object representing an AWS Fargate profile selector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FargateProfileSelector.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FargateProfileSelector.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLabels()
Returns true if the Labels property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
Map<String,String> |
labels()
The Kubernetes labels that the selector should match.
|
String |
namespace()
The Kubernetes namespace that the selector should match.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FargateProfileSelector.Builder> |
serializableBuilderClass() |
FargateProfileSelector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String namespace()
The Kubernetes namespace that the selector should match.
public boolean hasLabels()
public Map<String,String> labels()
The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLabels() to see if a value was sent in this field.
public FargateProfileSelector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FargateProfileSelector.Builder,FargateProfileSelector>public static FargateProfileSelector.Builder builder()
public static Class<? extends FargateProfileSelector.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.