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

WithBezelMaterialType() public method

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