Class ClientEndpointDiscoveryInfo
- java.lang.Object
-
- software.amazon.smithy.aws.traits.clientendpointdiscovery.ClientEndpointDiscoveryInfo
-
public final class ClientEndpointDiscoveryInfo extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<MemberShape>getDiscoveryIds()OperationShapegetDiscoveryOperation()StructureShapegetError()Deprecated.OperationShapegetOperation()java.util.Optional<StructureShape>getOptionalError()ServiceShapegetService()booleanisRequired()
-
-
-
Method Detail
-
getService
public ServiceShape getService()
-
getOperation
public OperationShape getOperation()
-
getDiscoveryOperation
public OperationShape getDiscoveryOperation()
-
getError
@Deprecated public StructureShape getError()
Deprecated.Deprecated in favor ofgetOptionalError().
-
getOptionalError
public java.util.Optional<StructureShape> getOptionalError()
-
getDiscoveryIds
public java.util.List<MemberShape> getDiscoveryIds()
-
isRequired
public boolean isRequired()
-
-