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