Amazon.ECS.Model.Tagging.WithUserId C# (CSharp) Method

WithUserId() public method

Sets the UserId property
public WithUserId ( String userId ) : Tagging
userId String UserId property
return Tagging
        public Tagging WithUserId(String userId)
        {
            this.userIdField = userId;
            return this;
        }