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

WithActor() 공개 메소드

Sets the Actor property
public WithActor ( String actor ) : ItemSearchRequest
actor String Actor property
리턴 ItemSearchRequest
        public ItemSearchRequest WithActor(String actor)
        {
            this.actorField = actor;
            return this;
        }