Class KubernetesMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.networkflowmonitor.model.KubernetesMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KubernetesMetadata.Builder,KubernetesMetadata>
@Generated("software.amazon.awssdk:codegen") public final class KubernetesMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KubernetesMetadata.Builder,KubernetesMetadata>
Meta data about Kubernetes resources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKubernetesMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KubernetesMetadata.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlocalPodName()The name of the pod for a local resource.StringlocalPodNamespace()The namespace of the pod for a local resource.StringlocalServiceName()The service name for a local resource.StringremotePodName()The name of the pod for a remote resource.StringremotePodNamespace()The namespace of the pod for a remote resource.StringremoteServiceName()The service name for a remote resource.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends KubernetesMetadata.Builder>serializableBuilderClass()KubernetesMetadata.BuildertoBuilder()StringtoString()Returns a string representation of 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
-
localServiceName
public final String localServiceName()
The service name for a local resource.
- Returns:
- The service name for a local resource.
-
localPodName
public final String localPodName()
The name of the pod for a local resource.
- Returns:
- The name of the pod for a local resource.
-
localPodNamespace
public final String localPodNamespace()
The namespace of the pod for a local resource.
- Returns:
- The namespace of the pod for a local resource.
-
remoteServiceName
public final String remoteServiceName()
The service name for a remote resource.
- Returns:
- The service name for a remote resource.
-
remotePodName
public final String remotePodName()
The name of the pod for a remote resource.
- Returns:
- The name of the pod for a remote resource.
-
remotePodNamespace
public final String remotePodNamespace()
The namespace of the pod for a remote resource.
- Returns:
- The namespace of the pod for a remote resource.
-
toBuilder
public KubernetesMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KubernetesMetadata.Builder,KubernetesMetadata>
-
builder
public static KubernetesMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends KubernetesMetadata.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-