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

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

Sets the GolfClubFlex property
public WithGolfClubFlex ( String golfClubFlex ) : ItemAttributes
golfClubFlex String GolfClubFlex property
Результат ItemAttributes
        public ItemAttributes WithGolfClubFlex(String golfClubFlex)
        {
            this.golfClubFlexField = golfClubFlex;
            return this;
        }
ItemAttributes