Amazon.ECS.Model.ItemSearchRequest.WithOrchestra C# (CSharp) Метод

WithOrchestra() публичный Метод

Sets the Orchestra property
public WithOrchestra ( String orchestra ) : ItemSearchRequest
orchestra String Orchestra property
Результат ItemSearchRequest
        public ItemSearchRequest WithOrchestra(String orchestra)
        {
            this.orchestraField = orchestra;
            return this;
        }