Amazon.ECS.Model.ItemAttributes.WithIsAutographed C# (CSharp) Метод

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

Sets the IsAutographed property
public WithIsAutographed ( Boolean isAutographed ) : ItemAttributes
isAutographed Boolean IsAutographed property
Результат ItemAttributes
        public ItemAttributes WithIsAutographed(Boolean isAutographed)
        {
            this.isAutographedField = isAutographed;
            return this;
        }
ItemAttributes