Amazon.ECS.Model.MerchantItemAttributes.WithFabricType C# (CSharp) 메소드

WithFabricType() 공개 메소드

Sets the FabricType property
public WithFabricType ( String fabricType ) : MerchantItemAttributes
fabricType String FabricType property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithFabricType(String fabricType)
        {
            this.fabricTypeField = fabricType;
            return this;
        }
MerchantItemAttributes