Amazon.ECS.Model.Items.WithSearchResultsMap C# (CSharp) Метод

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

Sets the SearchResultsMap property
public WithSearchResultsMap ( SearchResultsMap searchResultsMap ) : Items
searchResultsMap SearchResultsMap SearchResultsMap property
Результат Items
        public Items WithSearchResultsMap(SearchResultsMap searchResultsMap)
        {
            this.searchResultsMapField = searchResultsMap;
            return this;
        }