Amazon.ECS.Model.ItemAttributes.WithBezelMaterialType C# (CSharp) Méthode

WithBezelMaterialType() public méthode

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