Amazon.ECS.Model.ItemSearchRequest.WithReleaseDate C# (CSharp) 메소드

WithReleaseDate() 공개 메소드

Sets the ReleaseDate property
public WithReleaseDate ( String releaseDate ) : ItemSearchRequest
releaseDate String ReleaseDate property
리턴 ItemSearchRequest
        public ItemSearchRequest WithReleaseDate(String releaseDate)
        {
            this.releaseDateField = releaseDate;
            return this;
        }