Amazon.ECS.Model.Items.WithSearchResultsMap C# (CSharp) Method

WithSearchResultsMap() public method

Sets the SearchResultsMap property
public WithSearchResultsMap ( SearchResultsMap searchResultsMap ) : Items
searchResultsMap SearchResultsMap SearchResultsMap property
return Items
        public Items WithSearchResultsMap(SearchResultsMap searchResultsMap)
        {
            this.searchResultsMapField = searchResultsMap;
            return this;
        }