Amazon.ECS.Model.ImageSet.WithSmallImage C# (CSharp) 메소드

WithSmallImage() 공개 메소드

Sets the SmallImage property
public WithSmallImage ( Image smallImage ) : ImageSet
smallImage Image SmallImage property
리턴 ImageSet
        public ImageSet WithSmallImage(Image smallImage)
        {
            this.smallImageField = smallImage;
            return this;
        }