Home
last modified time | relevance | path

Searched defs:nestedTimestamp (Results 1 – 1 of 1) sorted by relevance

/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/
Dstructwithtimestamp.java36 private final Instant nestedTimestamp; field in StructWithTimestamp
47 public final Instant nestedTimestamp() { in nestedTimestamp() method in StructWithTimestamp
130 Builder nestedTimestamp(Instant nestedTimestamp); in nestedTimestamp() argument
134 private Instant nestedTimestamp; field in StructWithTimestamp.BuilderImpl
147 public final void setNestedTimestamp(Instant nestedTimestamp) { in setNestedTimestamp()
152 public final Builder nestedTimestamp(Instant nestedTimestamp) { in nestedTimestamp() argument