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

WithScentName() public method

Sets the ScentName property
public WithScentName ( String scentName ) : ItemAttributes
scentName String ScentName property
return ItemAttributes
        public ItemAttributes WithScentName(String scentName)
        {
            this.scentNameField = scentName;
            return this;
        }
ItemAttributes