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

WithCaseMaterialType() public méthode

Sets the CaseMaterialType property
public WithCaseMaterialType ( String caseMaterialType ) : ItemAttributes
caseMaterialType String CaseMaterialType property
Résultat ItemAttributes
        public ItemAttributes WithCaseMaterialType(String caseMaterialType)
        {
            this.caseMaterialTypeField = caseMaterialType;
            return this;
        }
ItemAttributes