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

WithTinyImage() public method

Sets the TinyImage property
public WithTinyImage ( Image tinyImage ) : ImageSet
tinyImage Image TinyImage property
return ImageSet
        public ImageSet WithTinyImage(Image tinyImage)
        {
            this.tinyImageField = tinyImage;
            return this;
        }