> + }
> +
> + @Override
> + public String toString() {
> + return delegate.toString();
> + }
> +
> + public ImmutableAttachVolumeOptions(AttachVolumeOptions delegate) {
> + this.delegate = delegate;
> + }
> + }
> +
> + protected String device;
> +
> + /**
> + * @return The device to attach this volume to.Yup, clarified in javadoc. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/109/files#r6468368
