Class ClientEndpointDiscoveryInfo
- java.lang.Object
- 
- software.amazon.smithy.aws.traits.clientendpointdiscovery.ClientEndpointDiscoveryInfo
 
- 
 public final class ClientEndpointDiscoveryInfo extends java.lang.Object
- 
- 
Method SummaryAll 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- 
getServicepublic ServiceShape getService() 
 - 
getOperationpublic OperationShape getOperation() 
 - 
getDiscoveryOperationpublic OperationShape getDiscoveryOperation() 
 - 
getError@Deprecated public StructureShape getError() Deprecated.Deprecated in favor ofgetOptionalError().
 - 
getOptionalErrorpublic java.util.Optional<StructureShape> getOptionalError() 
 - 
getDiscoveryIdspublic java.util.List<MemberShape> getDiscoveryIds() 
 - 
isRequiredpublic boolean isRequired() 
 
- 
 
-