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

WithClubType() public method

Sets the ClubType property
public WithClubType ( String clubType ) : ItemAttributes
clubType String ClubType property
return ItemAttributes
        public ItemAttributes WithClubType(String clubType)
        {
            this.clubTypeField = clubType;
            return this;
        }
ItemAttributes