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