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

WithClubType() public méthode

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