Amazon.ECS.Model.ImageSet.WithTinyImage C# (CSharp) Метод

WithTinyImage() публичный Метод

Sets the TinyImage property
public WithTinyImage ( Image tinyImage ) : ImageSet
tinyImage Image TinyImage property
Результат ImageSet
        public ImageSet WithTinyImage(Image tinyImage)
        {
            this.tinyImageField = tinyImage;
            return this;
        }