Class MavenRepository
java.lang.Object
software.amazon.smithy.build.model.MavenRepository
- All Implemented Interfaces:
ToSmithyBuilder<MavenRepository>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MavenRepository.Builder
builder()
boolean
static MavenRepository
getId()
getUrl()
int
hashCode()
Take this object and create a builder that contains all of the current property values of this object.
-
Constructor Details
-
MavenRepository
-
-
Method Details
-
builder
-
fromNode
-
getUrl
-
getId
-
getHttpCredentials
-
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<MavenRepository>
- Returns:
- a builder for type T
-
hashCode
public int hashCode() -
equals
-