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

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

Sets the ClubType property
public WithClubType ( String clubType ) : ItemAttributes
clubType String ClubType property
Результат ItemAttributes
        public ItemAttributes WithClubType(String clubType)
        {
            this.clubTypeField = clubType;
            return this;
        }
ItemAttributes