DynamoDbEncryption/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/dbencryptionsdk/dynamodb/model/CollectionOfErrors.java [137:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CollectionOfErrors build() {
      if (!(this.list == null || this.list.isEmpty())) {
        this.message =
          this.message +
          " String representation of Exceptions in list.\n" +
          this.list.stream()
            .map(ex -> ex.getClass().getSimpleName() + ": " + ex.getMessage())
            .collect(Collectors.joining("\n"));
      }
      return new CollectionOfErrors(this);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



DynamoDbEncryption/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/dbencryptionsdk/dynamodb/transforms/model/CollectionOfErrors.java [137:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CollectionOfErrors build() {
      if (!(this.list == null || this.list.isEmpty())) {
        this.message =
          this.message +
          " String representation of Exceptions in list.\n" +
          this.list.stream()
            .map(ex -> ex.getClass().getSimpleName() + ": " + ex.getMessage())
            .collect(Collectors.joining("\n"));
      }
      return new CollectionOfErrors(this);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



DynamoDbEncryption/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/dbencryptionsdk/dynamodb/itemencryptor/model/CollectionOfErrors.java [137:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CollectionOfErrors build() {
      if (!(this.list == null || this.list.isEmpty())) {
        this.message =
          this.message +
          " String representation of Exceptions in list.\n" +
          this.list.stream()
            .map(ex -> ex.getClass().getSimpleName() + ": " + ex.getMessage())
            .collect(Collectors.joining("\n"));
      }
      return new CollectionOfErrors(this);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



DynamoDbEncryption/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/dbencryptionsdk/structuredencryption/model/CollectionOfErrors.java [137:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public CollectionOfErrors build() {
      if (!(this.list == null || this.list.isEmpty())) {
        this.message =
          this.message +
          " String representation of Exceptions in list.\n" +
          this.list.stream()
            .map(ex -> ex.getClass().getSimpleName() + ": " + ex.getMessage())
            .collect(Collectors.joining("\n"));
      }
      return new CollectionOfErrors(this);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



