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

WithCaseMaterialType() public method

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