Amazon.ECS.Model.ItemAttributes.WithIsAutographed C# (CSharp) Méthode

WithIsAutographed() public méthode

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