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

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

Sets the ScentName property
public WithScentName ( String scentName ) : ItemAttributes
scentName String ScentName property
Результат ItemAttributes
        public ItemAttributes WithScentName(String scentName)
        {
            this.scentNameField = scentName;
            return this;
        }
ItemAttributes