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

WithBezelMaterialType() 공개 메소드

Sets the BezelMaterialType property
public WithBezelMaterialType ( String bezelMaterialType ) : ItemAttributes
bezelMaterialType String BezelMaterialType property
리턴 ItemAttributes
        public ItemAttributes WithBezelMaterialType(String bezelMaterialType)
        {
            this.bezelMaterialTypeField = bezelMaterialType;
            return this;
        }
ItemAttributes