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

WithGolfClubFlex() public method

Sets the GolfClubFlex property
public WithGolfClubFlex ( String golfClubFlex ) : ItemAttributes
golfClubFlex String GolfClubFlex property
return ItemAttributes
        public ItemAttributes WithGolfClubFlex(String golfClubFlex)
        {
            this.golfClubFlexField = golfClubFlex;
            return this;
        }
ItemAttributes