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;
        }