Class VirtualNodeSpec
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<VirtualNodeSpec.Builder,- VirtualNodeSpec> 
An object that represents the specification of a virtual node.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal BackendDefaultsA reference to an object that represents the defaults for backends.backends()The backends that the virtual node is expected to send outbound traffic to.static VirtualNodeSpec.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the Backends property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the Listeners property.The listener that the virtual node is expected to receive inbound traffic from.final Logginglogging()The inbound and outbound access logging information for the virtual node.static Class<? extends VirtualNodeSpec.Builder> final ServiceDiscoveryThe service discovery information for the virtual node.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
backendDefaultsA reference to an object that represents the defaults for backends. - Returns:
- A reference to an object that represents the defaults for backends.
 
- 
hasBackendspublic final boolean hasBackends()For responses, this returns true if the service returned a value for the Backends property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
backendsThe backends that the virtual node is expected to send outbound traffic to. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasBackends()method.- Returns:
- The backends that the virtual node is expected to send outbound traffic to.
 
- 
hasListenerspublic final boolean hasListeners()For responses, this returns true if the service returned a value for the Listeners property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
listenersThe listener that the virtual node is expected to receive inbound traffic from. You can specify one listener. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasListeners()method.- Returns:
- The listener that the virtual node is expected to receive inbound traffic from. You can specify one listener.
 
- 
loggingThe inbound and outbound access logging information for the virtual node. - Returns:
- The inbound and outbound access logging information for the virtual node.
 
- 
serviceDiscoveryThe service discovery information for the virtual node. If your virtual node does not expect ingress traffic, you can omit this parameter. If you specify a listener, then you must specify service discovery information.- Returns:
- The service discovery information for the virtual node. If your virtual node does not expect ingress
         traffic, you can omit this parameter. If you specify a listener, then you must specify service discovery information.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<VirtualNodeSpec.Builder,- VirtualNodeSpec> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-