Amazon.ECS.Model.ItemAttributes.WithGolfClubLoft C# (CSharp) 메소드

WithGolfClubLoft() 공개 메소드

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