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

WithScentName() public méthode

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