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

WithCaseThickness() 공개 메소드

Sets the CaseThickness property
public WithCaseThickness ( DecimalWithUnits caseThickness ) : ItemAttributes
caseThickness DecimalWithUnits CaseThickness property
리턴 ItemAttributes
        public ItemAttributes WithCaseThickness(DecimalWithUnits caseThickness)
        {
            this.caseThicknessField = caseThickness;
            return this;
        }
ItemAttributes