Amazon.ECS.Model.ItemAttributes.WithIsAutographed C# (CSharp) Method

WithIsAutographed() public method

Sets the IsAutographed property
public WithIsAutographed ( Boolean isAutographed ) : ItemAttributes
isAutographed Boolean IsAutographed property
return ItemAttributes
        public ItemAttributes WithIsAutographed(Boolean isAutographed)
        {
            this.isAutographedField = isAutographed;
            return this;
        }
ItemAttributes