Amazon.ECS.Model.ItemAttributes.WithFilmColorType C# (CSharp) 메소드

WithFilmColorType() 공개 메소드

Sets the FilmColorType property
public WithFilmColorType ( String filmColorType ) : ItemAttributes
filmColorType String FilmColorType property
리턴 ItemAttributes
        public ItemAttributes WithFilmColorType(String filmColorType)
        {
            this.filmColorTypeField = filmColorType;
            return this;
        }
ItemAttributes