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()
OperationShape
getDiscoveryOperation()
StructureShape
getError()
Deprecated.OperationShape
getOperation()
java.util.Optional<StructureShape>
getOptionalError()
ServiceShape
getService()
boolean
isRequired()
-
-
-
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()
-
-