Class IngressPathSummary
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.IngressPathSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngressPathSummary.Builder,IngressPathSummary>
@Generated("software.amazon.awssdk:codegen") public final class IngressPathSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngressPathSummary.Builder,IngressPathSummary>
The entry point into an Express service.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngressPathSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypeaccessType()The type of access to the endpoint for the Express service.StringaccessTypeAsString()The type of access to the endpoint for the Express service.static IngressPathSummary.Builderbuilder()Stringendpoint()The endpoint for access to the service.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IngressPathSummary.Builder>serializableBuilderClass()IngressPathSummary.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
-
accessType
public final AccessType accessType()
The type of access to the endpoint for the Express service.
If the service returns an enum value that is not available in the current SDK version,
accessTypewill returnAccessType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccessTypeAsString().- Returns:
- The type of access to the endpoint for the Express service.
- See Also:
AccessType
-
accessTypeAsString
public final String accessTypeAsString()
The type of access to the endpoint for the Express service.
If the service returns an enum value that is not available in the current SDK version,
accessTypewill returnAccessType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccessTypeAsString().- Returns:
- The type of access to the endpoint for the Express service.
- See Also:
AccessType
-
endpoint
public final String endpoint()
The endpoint for access to the service.
- Returns:
- The endpoint for access to the service.
-
toBuilder
public IngressPathSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngressPathSummary.Builder,IngressPathSummary>
-
builder
public static IngressPathSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngressPathSummary.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
-
-