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

WithGolfClubLoft() public method

Sets the GolfClubLoft property
public WithGolfClubLoft ( String golfClubLoft ) : ItemAttributes
golfClubLoft String GolfClubLoft property
return ItemAttributes
        public ItemAttributes WithGolfClubLoft(String golfClubLoft)
        {
            this.golfClubLoftField = golfClubLoft;
            return this;
        }
ItemAttributes