class Aws::ClientSideMonitoring::Publisher

def agent_port=(value)

def agent_port=(value)
  @mutex.synchronize do
    @agent_port = value
  end
end