Amazon.ECS.Model.ImageSet.WithThumbnailImage C# (CSharp) Method

WithThumbnailImage() public method

Sets the ThumbnailImage property
public WithThumbnailImage ( Image thumbnailImage ) : ImageSet
thumbnailImage Image ThumbnailImage property
return ImageSet
        public ImageSet WithThumbnailImage(Image thumbnailImage)
        {
            this.thumbnailImageField = thumbnailImage;
            return this;
        }